#27E214

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

Shades of Lime Green #27E214

Tints of Lime Green #27E214

Color information

#27E214 (or 0x27E214) is unknown color: approx Lime Green. HEX triplet: 27, E2 and 14. RGB value is (39,226,20). Sum of RGB (Red+Green+Blue) = 39+226+20=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 226 (88.67% from 255 or 79.30% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 226 - color contains mainly: green. Hex color #27E214 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27E214 is #D81DEB. Grayscale: #939393. Windows color (decimal): -14163436 or 1368615. OLE color: 1368615.

HSL color Cylindrical-coordinate representation of color #27E214: hue angle of 114.47º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #27E214 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB3922620-
CMYK0.8300.910.11
HSL114.47º83.74%48.24%-
HSV(B)114.47º91.15%88.63%-
XYZ28.1654.879.77-
YUV146.656.5551.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.68%
GREEN value IS 226 (88.67% from 255) = 79.30%
BLUE value IS 20 (8.20% from 255) = 7.02%
R=13.68%
G=79.30%
B=7.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal39226200.8300.910.11114.4783.7448.24
Hex27E2145305BB725430
Octal473422412301331316212460
Binary1001111110001010100101001101011011101111100101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27E214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,226,20); }

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

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

 a { background-color: rgb(39,226,20); }

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

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

 span { border-color: rgb(39,226,20); }

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