#37D231

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

Shades of Lime Green #37D231

Tints of Lime Green #37D231

Color information

#37D231 (or 0x37D231) is unknown color: approx Lime Green. HEX triplet: 37, D2 and 31. RGB value is (55,210,49). Sum of RGB (Red+Green+Blue) = 55+210+49=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 210 (82.42% from 255 or 66.88% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 210 - color contains mainly: green. Hex color #37D231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D231 is #C82DCE. Grayscale: #919191. Windows color (decimal): -13118927 or 3265079. OLE color: 3265079.

HSL color Cylindrical-coordinate representation of color #37D231: hue angle of 117.76º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37D231 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB5521049-
CMYK0.7400.770.18
HSL117.76º64.14%50.78%-
HSV(B)117.76º76.67%82.35%-
XYZ25.1847.1310.68-
YUV145.373.6563.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.52%
GREEN value IS 210 (82.42% from 255) = 66.88%
BLUE value IS 49 (19.53% from 255) = 15.61%
R=17.52%
G=66.88%
B=15.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal55210490.7400.770.18117.7664.1450.78
Hex37D2314A04D12764033
Octal673226111201152216610063
Binary110111110100101100011001010010011011001011101101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,210,49); }

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

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

 a { background-color: rgb(55,210,49); }

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

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

 span { border-color: rgb(55,210,49); }

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