#37F127

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

Shades of Lime Green #37F127

Tints of Lime Green #37F127

Color information

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

HSL color Cylindrical-coordinate representation of color #37F127: hue angle of 115.25º 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 #37F127 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB5524139-
CMYK0.7700.840.05
HSL115.25º87.83%54.9%-
HSV(B)115.25º83.82%94.51%-
XYZ33.463.8712.49-
YUV162.3658.3851.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal55241390.7700.840.05115.2587.8354.9
Hex37F1274D0545735837
Octal67361471150124516313067
Binary1101111111000110011110011010101010010111100111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37F127; }

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

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

<style>
 a { background-color: #37F127; }

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

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

<style>
 span { border-color: #37F127; }

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

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