#27C02F

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

Shades of Lime Green #27C02F

Tints of Lime Green #27C02F

Color information

#27C02F (or 0x27C02F) is unknown color: approx Lime Green. HEX triplet: 27, C0 and 2F. RGB value is (39,192,47). Sum of RGB (Red+Green+Blue) = 39+192+47=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 192 (75.39% from 255 or 69.06% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 192 - color contains mainly: green. Hex color #27C02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C02F is #D83FD0. Grayscale: #828282. Windows color (decimal): -14172113 or 3129383. OLE color: 3129383.

HSL color Cylindrical-coordinate representation of color #27C02F: hue angle of 123.14º 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 #27C02F is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB3919247-
CMYK0.8000.760.25
HSL123.14º66.23%45.29%-
HSV(B)123.14º79.69%75.29%-
XYZ20.238.349.02-
YUV129.7281.3163.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.03%
GREEN value IS 192 (75.39% from 255) = 69.06%
BLUE value IS 47 (18.75% from 255) = 16.91%
R=14.03%
G=69.06%
B=16.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39192470.8000.760.25123.1466.2345.29
Hex27C02F5004C197b422d
Octal473005712001143117310255
Binary100111110000001011111010000010011001100111110111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27C02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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