#37FE2F

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

Shades of Lime Green #37FE2F

Tints of Lime Green #37FE2F

Color information

#37FE2F (or 0x37FE2F) is unknown color: approx Lime Green. HEX triplet: 37, FE and 2F. RGB value is (55,254,47). Sum of RGB (Red+Green+Blue) = 55+254+47=356 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.45% from 356); Green value is 254 (99.61% from 255 or 71.35% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 254 - color contains mainly: green. Hex color #37FE2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FE2F is #C801D0. Grayscale: #ABABAB. Windows color (decimal): -13107665 or 3145271. OLE color: 3145271.

HSL color Cylindrical-coordinate representation of color #37FE2F: hue angle of 117.68º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #37FE2F is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.

Color convert

RGB5525447-
CMYK0.7800.810.00
HSL117.68º99.04%59.02%-
HSV(B)117.68º81.5%99.61%-
XYZ37.5371.914.59-
YUV170.958.0745.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.45%
GREEN value IS 254 (99.61% from 255) = 71.35%
BLUE value IS 47 (18.75% from 255) = 13.20%
R=15.45%
G=71.35%
B=13.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal55254470.7800.810.00117.6899.0459.02
Hex37FE2F4E051076633b
Octal67376571160121016614373
Binary11011111111110101111100111001010001011101101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37FE2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,254,47); }

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

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

 a { background-color: rgb(55,254,47); }

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

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

 span { border-color: rgb(55,254,47); }

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