#27DE2C

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

Shades of Lime Green #27DE2C

Tints of Lime Green #27DE2C

Color information

#27DE2C (or 0x27DE2C) is unknown color: approx Lime Green. HEX triplet: 27, DE and 2C. RGB value is (39,222,44). Sum of RGB (Red+Green+Blue) = 39+222+44=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 222 (87.11% from 255 or 72.79% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 222 - color contains mainly: green. Hex color #27DE2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27DE2C is #D821D3. Grayscale: #939393. Windows color (decimal): -14164436 or 2940455. OLE color: 2940455.

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

Color convert

RGB3922244-
CMYK0.8200.800.13
HSL121.64º73.49%51.18%-
HSV(B)121.64º82.43%87.06%-
XYZ27.4152.8611.14-
YUV146.9969.8750.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.79%
GREEN value IS 222 (87.11% from 255) = 72.79%
BLUE value IS 44 (17.58% from 255) = 14.43%
R=12.79%
G=72.79%
B=14.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal39222440.8200.800.13121.6473.4951.18
Hex27DE2C52050D7a4933
Octal473365412201201517211163
Binary10011111011110101100101001001010000110111110101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27DE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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