#37D03B

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

Shades of Lime Green #37D03B

Tints of Lime Green #37D03B

Color information

#37D03B (or 0x37D03B) is unknown color: approx Lime Green. HEX triplet: 37, D0 and 3B. RGB value is (55,208,59). Sum of RGB (Red+Green+Blue) = 55+208+59=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 208 (81.64% from 255 or 64.60% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 208 - color contains mainly: green. Hex color #37D03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D03B is #C82FC4. Grayscale: #919191. Windows color (decimal): -13119429 or 3919927. OLE color: 3919927.

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

Color convert

RGB5520859-
CMYK0.7400.720.18
HSL121.57º61.94%51.57%-
HSV(B)121.57º73.56%81.57%-
XYZ24.9246.2411.75-
YUV145.2779.3163.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.08%
GREEN value IS 208 (81.64% from 255) = 64.60%
BLUE value IS 59 (23.44% from 255) = 18.32%
R=17.08%
G=64.60%
B=18.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal55208590.7400.720.18121.5761.9451.57
Hex37D03B4A048127a3e34
Octal67320731120110221727664
Binary11011111010000111011100101001001000100101111010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,208,59); }

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

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

 a { background-color: rgb(55,208,59); }

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

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

 span { border-color: rgb(55,208,59); }

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