Html Css Color HEX #37DB1F Lime Green

📋 copy color: '#37DB1F'

red 55 ◦ green 219 ◦ blue 31

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

Shades of Lime Green #37DB1F

Tints of Lime Green #37DB1F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 71.8%

 BLUE value IS 31 (12.5% from 255) = 10.16%

R = 18.03%
G = 71.8%
B = 10.16%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#37DB1F (or 0x37DB1F) is known color: Lime Green. HEX triplet: 37, DB and 1F. RGB value is (55,219,31). Sum of RGB (Red+Green+Blue) = 55+219+31=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 219 (85.94% from 255 or 71.80% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 219 - color contains mainly: green. Hex color #37DB1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37DB1F is #C824E0. Grayscale: #959595. Windows color (decimal): -13116641 or 2087735. OLE color: 2087735.

HSL color Cylindrical-coordinate representation of color #37DB1F: hue angle of 112.34º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #37DB1F is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 219 31 -
CMYK 0.75 0 0.86 0.14
HSL 112.34º 0.75% 0.49% -
HSV(B) 112.34º 0.86% 0.86% -
XYZ 27.15 51.57 9.82 -
YUV 148.53 61.67 61.29 -
System Red Green Blue C M Y K H S L
Decimal 55 219 31 0.75 0 0.86 0.14 112.34 0.75 0.49
Hex 37 DB 1F 4B 0 56 E 70 4B 31
Octal 67 333 37 113 0 126 16 160 113 61
Binary 110111 11011011 11111 1001011 0 1010110 1110 1110000 1001011 110001

Color Harmonies of #37DB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DB1F

Black with #37DB1F

Text Example


Text Example

White with #37DB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,219,31); }

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

background-color css

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

 a { background-color: rgb(55,219,31); }

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

border-color css

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

 span { border-color: rgb(55,219,31); }

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