#27DE1D

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

Shades of Lime Green #27DE1D

Tints of Lime Green #27DE1D

Color information

#27DE1D (or 0x27DE1D) is unknown color: approx Lime Green. HEX triplet: 27, DE and 1D. RGB value is (39,222,29). Sum of RGB (Red+Green+Blue) = 39+222+29=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 222 (87.11% from 255 or 76.55% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 222 - color contains mainly: green. Hex color #27DE1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27DE1D is #D821E2. Grayscale: #919191. Windows color (decimal): -14164451 or 1957415. OLE color: 1957415.

HSL color Cylindrical-coordinate representation of color #27DE1D: hue angle of 116.89º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #27DE1D is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB3922229-
CMYK0.8200.870.13
HSL116.89º76.89%49.22%-
HSV(B)116.89º86.94%87.06%-
XYZ27.1852.769.91-
YUV145.2862.3752.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.45%
GREEN value IS 222 (87.11% from 255) = 76.55%
BLUE value IS 29 (11.72% from 255) = 10%
R=13.45%
G=76.55%
B=10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal39222290.8200.870.13116.8976.8949.22
Hex27DE1D52057D754d31
Octal473363512201271516511561
Binary1001111101111011101101001001010111110111101011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27DE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,222,29); }

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

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

 a { background-color: rgb(39,222,29); }

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

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

 span { border-color: rgb(39,222,29); }

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