#37F545

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

Shades of Lime Green #37F545

Tints of Lime Green #37F545

Color information

#37F545 (or 0x37F545) is unknown color: approx Lime Green. HEX triplet: 37, F5 and 45. RGB value is (55,245,69). Sum of RGB (Red+Green+Blue) = 55+245+69=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 245 (96.09% from 255 or 66.40% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 245 - color contains mainly: green. Hex color #37F545 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F545 is #C80ABA. Grayscale: #A8A8A8. Windows color (decimal): -13109947 or 4584759. OLE color: 4584759.

HSL color Cylindrical-coordinate representation of color #37F545: hue angle of 124.42º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F545 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB5524569-
CMYK0.7800.720.04
HSL124.42º90.48%58.82%-
HSV(B)124.42º77.55%96.08%-
XYZ35.366.5516.61-
YUV168.1372.0547.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.91%
GREEN value IS 245 (96.09% from 255) = 66.40%
BLUE value IS 69 (27.34% from 255) = 18.70%
R=14.91%
G=66.40%
B=18.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal55245690.7800.720.04124.4290.4858.82
Hex37F5454E04847c5a3b
Octal673651051160110417413273
Binary11011111110101100010110011100100100010011111001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,245,69); }

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

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

 a { background-color: rgb(55,245,69); }

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

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

 span { border-color: rgb(55,245,69); }

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