#37CD45

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

Shades of Lime Green #37CD45

Tints of Lime Green #37CD45

Color information

#37CD45 (or 0x37CD45) is unknown color: approx Lime Green. HEX triplet: 37, CD and 45. RGB value is (55,205,69). Sum of RGB (Red+Green+Blue) = 55+205+69=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 205 (80.47% from 255 or 62.31% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 205 - color contains mainly: green. Hex color #37CD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CD45 is #C832BA. Grayscale: #919191. Windows color (decimal): -13120187 or 4574519. OLE color: 4574519.

HSL color Cylindrical-coordinate representation of color #37CD45: hue angle of 125.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CD45 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB5520569-
CMYK0.7300.660.20
HSL125.6º60%50.98%-
HSV(B)125.6º73.17%80.39%-
XYZ24.4844.913.01-
YUV144.6585.364.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.72%
GREEN value IS 205 (80.47% from 255) = 62.31%
BLUE value IS 69 (27.34% from 255) = 20.97%
R=16.72%
G=62.31%
B=20.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal55205690.7300.660.20125.66050.98
Hex37CD4549042147e3c33
Octal673151051110102241767463
Binary110111110011011000101100100101000010101001111110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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