Html Css Color HEX #37DF14 Lime Green

📋 copy color: '#37DF14'

red 55 ◦ green 223 ◦ blue 20

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

Shades of Lime Green #37DF14

Tints of Lime Green #37DF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 74.83%

 BLUE value IS 20 (8.2% from 255) = 6.71%

R = 18.46%
G = 74.83%
B = 6.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#37DF14 (or 0x37DF14) is known color: Lime Green. HEX triplet: 37, DF and 14. RGB value is (55,223,20). Sum of RGB (Red+Green+Blue) = 55+223+20=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 223 (87.5% from 255 or 74.83% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 223 - color contains mainly: green. Hex color #37DF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #37DF14 is #C820EB. Grayscale: #969696. Windows color (decimal): -13115628 or 1367863. OLE color: 1367863.

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

Color convert

RGB 55 223 20 -
CMYK 0.75 0 0.91 0.13
HSL 109.66º 0.84% 0.48% -
HSV(B) 109.66º 0.91% 0.87% -
XYZ 28.09 53.64 9.53 -
YUV 149.63 54.84 60.51 -
System Red Green Blue C M Y K H S L
Decimal 55 223 20 0.75 0 0.91 0.13 109.66 0.84 0.48
Hex 37 DF 14 4B 0 5B D 6E 54 30
Octal 67 337 24 113 0 133 15 156 124 60
Binary 110111 11011111 10100 1001011 0 1011011 1101 1101110 1010100 110000

Color Harmonies of #37DF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DF14

Black with #37DF14

Text Example


Text Example

White with #37DF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,223,20); }

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

background-color css

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

 a { background-color: rgb(55,223,20); }

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

border-color css

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

 span { border-color: rgb(55,223,20); }

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