#27F137

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

Shades of Lime Green #27F137

Tints of Lime Green #27F137

Color information

#27F137 (or 0x27F137) is unknown color: approx Lime Green. HEX triplet: 27, F1 and 37. RGB value is (39,241,55). Sum of RGB (Red+Green+Blue) = 39+241+55=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 241 (94.53% from 255 or 71.94% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 241 - color contains mainly: green. Hex color #27F137 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F137 is #D80EC8. Grayscale: #9F9F9F. Windows color (decimal): -14159561 or 3666215. OLE color: 3666215.

HSL color Cylindrical-coordinate representation of color #27F137: hue angle of 124.75º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F137 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB3924155-
CMYK0.8400.770.05
HSL124.75º87.83%54.9%-
HSV(B)124.75º83.82%94.51%-
XYZ32.9863.6214.16-
YUV159.469.0842.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.64%
GREEN value IS 241 (94.53% from 255) = 71.94%
BLUE value IS 55 (21.88% from 255) = 16.42%
R=11.64%
G=71.94%
B=16.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal39241550.8400.770.05124.7587.8354.9
Hex27F1375404D57d5837
Octal47361671240115517513067
Binary1001111111000111011110101000100110110111111011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,241,55); }

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

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

 a { background-color: rgb(39,241,55); }

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

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

 span { border-color: rgb(39,241,55); }

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