#27B132

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

Shades of Lime Green #27B132

Tints of Lime Green #27B132

Color information

#27B132 (or 0x27B132) is unknown color: approx Lime Green. HEX triplet: 27, B1 and 32. RGB value is (39,177,50). Sum of RGB (Red+Green+Blue) = 39+177+50=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 177 (69.53% from 255 or 66.54% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 177 - color contains mainly: green. Hex color #27B132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27B132 is #D84ECD. Grayscale: #797979. Windows color (decimal): -14175950 or 3322151. OLE color: 3322151.

HSL color Cylindrical-coordinate representation of color #27B132: hue angle of 124.78º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27B132 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB3917750-
CMYK0.7800.720.31
HSL124.78º63.89%42.35%-
HSV(B)124.78º77.97%69.41%-
XYZ17.1332.118.31-
YUV121.2687.7869.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.66%
GREEN value IS 177 (69.53% from 255) = 66.54%
BLUE value IS 50 (19.92% from 255) = 18.80%
R=14.66%
G=66.54%
B=18.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal39177500.7800.720.31124.7863.8942.35
Hex27B1324E0481F7d402a
Octal472616211601103717510052
Binary100111101100011100101001110010010001111111111011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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