#27CE14

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

Shades of Lime Green #27CE14

Tints of Lime Green #27CE14

Color information

#27CE14 (or 0x27CE14) is unknown color: approx Lime Green. HEX triplet: 27, CE and 14. RGB value is (39,206,20). Sum of RGB (Red+Green+Blue) = 39+206+20=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 206 (80.86% from 255 or 77.74% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 206 - color contains mainly: green. Hex color #27CE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27CE14 is #D831EB. Grayscale: #878787. Windows color (decimal): -14168556 or 1363495. OLE color: 1363495.

HSL color Cylindrical-coordinate representation of color #27CE14: hue angle of 113.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27CE14 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB3920620-
CMYK0.8100.900.19
HSL113.87º82.3%44.31%-
HSV(B)113.87º90.29%80.78%-
XYZ23.0344.628.06-
YUV134.8663.1759.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.72%
GREEN value IS 206 (80.86% from 255) = 77.74%
BLUE value IS 20 (8.20% from 255) = 7.55%
R=14.72%
G=77.74%
B=7.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal39206200.8100.900.19113.8782.344.31
Hex27CE145105A1372522c
Octal473162412101322316212254
Binary10011111001110101001010001010110101001111100101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27CE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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