#37d345

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

Shades of Lime Green #37D345

Tints of Lime Green #37D345

Color information

#37D345 (or 0x37D345) is unknown color: approx Lime Green. HEX triplet: 37, D3 and 45. RGB value is (55,211,69). Sum of RGB (Red+Green+Blue) = 55+211+69=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 211 (82.81% from 255 or 62.99% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 211 - color contains mainly: green. Hex color #37D345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D345 is #C82CBA. Grayscale: #949494. Windows color (decimal): -13118651 or 4576055. OLE color: 4576055.

HSL color Cylindrical-coordinate representation of color #37D345: hue angle of 125.38º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D345 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB5521169-
CMYK0.7400.670.17
HSL125.38º63.93%52.16%-
HSV(B)125.38º73.93%82.75%-
XYZ25.9447.8313.5-
YUV148.1783.3261.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.42%
GREEN value IS 211 (82.81% from 255) = 62.99%
BLUE value IS 69 (27.34% from 255) = 20.60%
R=16.42%
G=62.99%
B=20.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal55211690.7400.670.17125.3863.9352.16
Hex37D3454A043117d4034
Octal6732310511201032117510064
Binary1101111101001110001011001010010000111000111111011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37d345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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