#27B12E

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

Shades of Lime Green #27B12E

Tints of Lime Green #27B12E

Color information

#27B12E (or 0x27B12E) is unknown color: approx Lime Green. HEX triplet: 27, B1 and 2E. RGB value is (39,177,46). Sum of RGB (Red+Green+Blue) = 39+177+46=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 177 (69.53% from 255 or 67.56% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 177 - color contains mainly: green. Hex color #27B12E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27B12E is #D84ED1. Grayscale: #797979. Windows color (decimal): -14175954 or 3060007. OLE color: 3060007.

HSL color Cylindrical-coordinate representation of color #27B12E: hue angle of 123.04º 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 #27B12E is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB3917746-
CMYK0.7800.740.31
HSL123.04º63.89%42.35%-
HSV(B)123.04º77.97%69.41%-
XYZ17.0532.077.88-
YUV120.885.7869.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.89%
GREEN value IS 177 (69.53% from 255) = 67.56%
BLUE value IS 46 (18.36% from 255) = 17.56%
R=14.89%
G=67.56%
B=17.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal39177460.7800.740.31123.0463.8942.35
Hex27B12E4E04A1F7b402a
Octal472615611601123717310052
Binary100111101100011011101001110010010101111111110111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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