Html Css Color HEX #37DA16 Lime Green

📋 copy color: '#37DA16'

red 55 ◦ green 218 ◦ blue 22

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

Shades of Lime Green #37DA16

Tints of Lime Green #37DA16

RGB

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

 GREEN value IS 218 (85.55% from 255) = 73.9%

 BLUE value IS 22 (8.98% from 255) = 7.46%

R = 18.64%
G = 73.9%
B = 7.46%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#37DA16 (or 0x37DA16) is known color: Lime Green. HEX triplet: 37, DA and 16. RGB value is (55,218,22). Sum of RGB (Red+Green+Blue) = 55+218+22=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 218 (85.55% from 255 or 73.90% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 218 - color contains mainly: green. Hex color #37DA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #37DA16 is #C825E9. Grayscale: #939393. Windows color (decimal): -13116906 or 1497655. OLE color: 1497655.

HSL color Cylindrical-coordinate representation of color #37DA16: hue angle of 109.9º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #37DA16 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 218 22 -
CMYK 0.75 0 0.90 0.15
HSL 109.9º 0.82% 0.47% -
HSV(B) 109.9º 0.9% 0.85% -
XYZ 26.79 51.01 9.19 -
YUV 146.92 57.5 62.44 -
System Red Green Blue C M Y K H S L
Decimal 55 218 22 0.75 0 0.90 0.15 109.9 0.82 0.47
Hex 37 DA 16 4B 0 5A F 6E 52 2F
Octal 67 332 26 113 0 132 17 156 122 57
Binary 110111 11011010 10110 1001011 0 1011010 1111 1101110 1010010 101111

Color Harmonies of #37DA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DA16

Black with #37DA16

Text Example


Text Example

White with #37DA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,218,22); }

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

background-color css

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

 a { background-color: rgb(55,218,22); }

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

border-color css

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

 span { border-color: rgb(55,218,22); }

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