Html Css Color HEX #37DD3A Lime Green

📋 copy color: '#37DD3A'

red 55 ◦ green 221 ◦ blue 58

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

Shades of Lime Green #37DD3A

Tints of Lime Green #37DD3A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 66.17%

 BLUE value IS 58 (23.05% from 255) = 17.37%

R = 16.47%
G = 66.17%
B = 17.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#37DD3A (or 0x37DD3A) is known color: Lime Green. HEX triplet: 37, DD and 3A. RGB value is (55,221,58). Sum of RGB (Red+Green+Blue) = 55+221+58=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 221 (86.72% from 255 or 66.17% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 221 - color contains mainly: green. Hex color #37DD3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37DD3A is #C822C5. Grayscale: #999999. Windows color (decimal): -13116102 or 3857719. OLE color: 3857719.

HSL color Cylindrical-coordinate representation of color #37DD3A: hue angle of 121.08º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DD3A is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 221 58 -
CMYK 0.75 0 0.74 0.13
HSL 121.08º 0.71% 0.54% -
HSV(B) 121.08º 0.75% 0.87% -
XYZ 28.2 52.83 12.71 -
YUV 152.78 74.5 58.25 -
System Red Green Blue C M Y K H S L
Decimal 55 221 58 0.75 0 0.74 0.13 121.08 0.71 0.54
Hex 37 DD 3A 4B 0 4A D 79 47 36
Octal 67 335 72 113 0 112 15 171 107 66
Binary 110111 11011101 111010 1001011 0 1001010 1101 1111001 1000111 110110

Color Harmonies of #37DD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DD3A

Black with #37DD3A

Text Example


Text Example

White with #37DD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,221,58); }

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

background-color css

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

 a { background-color: rgb(55,221,58); }

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

border-color css

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

 span { border-color: rgb(55,221,58); }

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