#37D01D

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

Shades of Lime Green #37D01D

Tints of Lime Green #37D01D

Color information

#37D01D (or 0x37D01D) is unknown color: approx Lime Green. HEX triplet: 37, D0 and 1D. RGB value is (55,208,29). Sum of RGB (Red+Green+Blue) = 55+208+29=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 208 (81.64% from 255 or 71.23% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 208 - color contains mainly: green. Hex color #37D01D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D01D is #C82FE2. Grayscale: #8E8E8E. Windows color (decimal): -13119459 or 1953847. OLE color: 1953847.

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

Color convert

RGB5520829-
CMYK0.7400.860.18
HSL111.28º75.53%46.47%-
HSV(B)111.28º86.06%81.57%-
XYZ24.3546.018.76-
YUV141.8564.3166.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.84%
GREEN value IS 208 (81.64% from 255) = 71.23%
BLUE value IS 29 (11.72% from 255) = 9.93%
R=18.84%
G=71.23%
B=9.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal55208290.7400.860.18111.2875.5346.47
Hex37D01D4A056126f4c2e
Octal673203511201262215711456
Binary11011111010000111011001010010101101001011011111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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