#27AB32

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

Shades of Lime Green #27AB32

Tints of Lime Green #27AB32

Color information

#27AB32 (or 0x27AB32) is unknown color: approx Lime Green. HEX triplet: 27, AB and 32. RGB value is (39,171,50). Sum of RGB (Red+Green+Blue) = 39+171+50=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 171 (67.19% from 255 or 65.77% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 171 - color contains mainly: green. Hex color #27AB32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27AB32 is #D854CD. Grayscale: #767676. Windows color (decimal): -14177486 or 3320615. OLE color: 3320615.

HSL color Cylindrical-coordinate representation of color #27AB32: hue angle of 125º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27AB32 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB3917150-
CMYK0.7700.710.33
HSL125º62.86%41.18%-
HSV(B)125º77.19%67.06%-
XYZ15.9829.797.93-
YUV117.7489.7771.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15%
GREEN value IS 171 (67.19% from 255) = 65.77%
BLUE value IS 50 (19.92% from 255) = 19.23%
R=15%
G=65.77%
B=19.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39171500.7700.710.3312562.8641.18
Hex27AB324D047217d3f29
Octal47253621150107411757751
Binary100111101010111100101001101010001111000011111101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27AB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,171,50); }

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

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

 a { background-color: rgb(39,171,50); }

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

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

 span { border-color: rgb(39,171,50); }

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