Html Css Color HEX #37D221 Lime Green

📋 copy color: '#37D221'

red 55 ◦ green 210 ◦ blue 33

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

Shades of Lime Green #37D221

Tints of Lime Green #37D221

RGB

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

 GREEN value IS 210 (82.42% from 255) = 70.47%

 BLUE value IS 33 (13.28% from 255) = 11.07%

R = 18.46%
G = 70.47%
B = 11.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#37D221 (or 0x37D221) is known color: Lime Green. HEX triplet: 37, D2 and 21. RGB value is (55,210,33). Sum of RGB (Red+Green+Blue) = 55+210+33=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 210 (82.42% from 255 or 70.47% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 210 - color contains mainly: green. Hex color #37D221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D221 is #C82DDE. Grayscale: #909090. Windows color (decimal): -13118943 or 2216503. OLE color: 2216503.

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

Color convert

RGB 55 210 33 -
CMYK 0.74 0 0.84 0.18
HSL 112.54º 0.73% 0.48% -
HSV(B) 112.54º 0.84% 0.82% -
XYZ 24.9 47.02 9.2 -
YUV 143.48 65.65 64.89 -
System Red Green Blue C M Y K H S L
Decimal 55 210 33 0.74 0 0.84 0.18 112.54 0.73 0.48
Hex 37 D2 21 4A 0 54 12 71 49 30
Octal 67 322 41 112 0 124 22 161 111 60
Binary 110111 11010010 100001 1001010 0 1010100 10010 1110001 1001001 110000

Color Harmonies of #37D221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D221

Black with #37D221

Text Example


Text Example

White with #37D221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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