#27C02B

Color #27C02B Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #27C02B

Tints of Lime Green #27C02B

Color information

#27C02B (or 0x27C02B) is unknown color: approx Lime Green. HEX triplet: 27, C0 and 2B. RGB value is (39,192,43). Sum of RGB (Red+Green+Blue) = 39+192+43=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 192 (75.39% from 255 or 70.07% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 192 - color contains mainly: green. Hex color #27C02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C02B is #D83FD4. Grayscale: #818181. Windows color (decimal): -14172117 or 2867239. OLE color: 2867239.

HSL color Cylindrical-coordinate representation of color #27C02B: hue angle of 121.57º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C02B is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB3919243-
CMYK0.8000.780.25
HSL121.57º66.23%45.29%-
HSV(B)121.57º79.69%75.29%-
XYZ20.1238.318.62-
YUV129.2779.3163.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 14.23%
GREEN value IS 192 (75.39% from 255) = 70.07%
BLUE value IS 43 (17.19% from 255) = 15.69%
R=14.23%
G=70.07%
B=15.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39192430.8000.780.25121.5766.2345.29
Hex27C02B5004E197a422d
Octal473005312001163117210255
Binary100111110000001010111010000010011101100111110101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27C02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27C02B; }

 p { color: rgb(39,192,43); }

 H1.HeaderClassName
 {
   color: #27C02B;
 }
 .AnyTagClassName
 {
   color: #27C02B;
 }
</style>
background-color css

<style>
 a { background-color: #27C02B; }

 a { background-color: rgb(39,192,43); }

 div.DivClassName
 {
   background-color: #27C02B;
 }
 .BgClassName
 {
   background-color: #27C02B;
 }
</style>
border-color css

<style>
 span { border-color: #27C02B; }

 span { border-color: rgb(39,192,43); }

 td.TdClassName
 {
   border-color: #27C02B;
 }
 .TagClassName
 {
   border-color: #27C02B;
 }
</style>