#37BD35

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

Shades of Lime Green #37BD35

Tints of Lime Green #37BD35

Color information

#37BD35 (or 0x37BD35) is unknown color: approx Lime Green. HEX triplet: 37, BD and 35. RGB value is (55,189,53). Sum of RGB (Red+Green+Blue) = 55+189+53=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 189 (74.22% from 255 or 63.64% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 189 - color contains mainly: green. Hex color #37BD35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37BD35 is #C842CA. Grayscale: #858585. Windows color (decimal): -13124299 or 3521847. OLE color: 3521847.

HSL color Cylindrical-coordinate representation of color #37BD35: hue angle of 119.12º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37BD35 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB5518953-
CMYK0.7100.720.26
HSL119.12º56.2%47.45%-
HSV(B)119.12º71.96%74.12%-
XYZ20.4237.469.52-
YUV133.4382.6172.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.52%
GREEN value IS 189 (74.22% from 255) = 63.64%
BLUE value IS 53 (21.09% from 255) = 17.85%
R=18.52%
G=63.64%
B=17.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal55189530.7100.720.26119.1256.247.45
Hex37BD35470481A77382f
Octal67275651070110321677057
Binary11011110111101110101100011101001000110101110111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,189,53); }

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

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

 a { background-color: rgb(55,189,53); }

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

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

 span { border-color: rgb(55,189,53); }

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