#27E144

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

Shades of Lime Green #27E144

Tints of Lime Green #27E144

Color information

#27E144 (or 0x27E144) is unknown color: approx Lime Green. HEX triplet: 27, E1 and 44. RGB value is (39,225,68). Sum of RGB (Red+Green+Blue) = 39+225+68=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 225 (88.28% from 255 or 67.77% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 225 - color contains mainly: green. Hex color #27E144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27E144 is #D81EBB. Grayscale: #979797. Windows color (decimal): -14163644 or 4514087. OLE color: 4514087.

HSL color Cylindrical-coordinate representation of color #27E144: hue angle of 129.35º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E144 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB3922568-
CMYK0.8300.700.12
HSL129.35º75.61%51.76%-
HSV(B)129.35º82.67%88.24%-
XYZ28.8154.714.51-
YUV151.4980.8847.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.75%
GREEN value IS 225 (88.28% from 255) = 67.77%
BLUE value IS 68 (26.95% from 255) = 20.48%
R=11.75%
G=67.77%
B=20.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal39225680.8300.700.12129.3575.6151.76
Hex27E14453046C814c34
Octal4734110412301061420111464
Binary1001111110000110001001010011010001101100100000011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27E144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,225,68); }

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

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

 a { background-color: rgb(39,225,68); }

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

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

 span { border-color: rgb(39,225,68); }

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