Html Css Color HEX #37D529 Lime Green

📋 copy color: '#37D529'

red 55 ◦ green 213 ◦ blue 41

#37D529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #37D529

Tints of Lime Green #37D529

RGB

 RED value IS 55 (21.88% from 255) = 17.8%

 GREEN value IS 213 (83.59% from 255) = 68.93%

 BLUE value IS 41 (16.41% from 255) = 13.27%

R = 17.8%
G = 68.93%
B = 13.27%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#37D529 (or 0x37D529) is known color: Lime Green. HEX triplet: 37, D5 and 29. RGB value is (55,213,41). Sum of RGB (Red+Green+Blue) = 55+213+41=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 213 (83.59% from 255 or 68.93% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 213 - color contains mainly: green. Hex color #37D529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D529 is #C82AD6. Grayscale: #929292. Windows color (decimal): -13118167 or 2741559. OLE color: 2741559.

HSL color Cylindrical-coordinate representation of color #37D529: hue angle of 115.12º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #37D529 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 55 213 41 -
CMYK 0.74 0 0.81 0.16
HSL 115.12º 0.68% 0.5% -
HSV(B) 115.12º 0.81% 0.84% -
XYZ 25.77 48.56 10.11 -
YUV 146.15 68.65 62.99 -
System Red Green Blue C M Y K H S L
Decimal 55 213 41 0.74 0 0.81 0.16 115.12 0.68 0.5
Hex 37 D5 29 4A 0 51 10 73 44 32
Octal 67 325 51 112 0 121 20 163 104 62
Binary 110111 11010101 101001 1001010 0 1010001 10000 1110011 1000100 110010

Color Harmonies of #37D529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D529

Black with #37D529

Text Example


Text Example

White with #37D529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,213,41); }

 H1.HeaderClassName
 {
   color: #37D529;
 }
 .AnyTagClassName
 {
   color: #37D529;
 }
</style>

background-color css

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

 a { background-color: rgb(55,213,41); }

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

border-color css

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

 span { border-color: rgb(55,213,41); }

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