Html Css Color HEX #37DE14 Lime Green

📋 copy color: '#37DE14'

red 55 ◦ green 222 ◦ blue 20

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

Shades of Lime Green #37DE14

Tints of Lime Green #37DE14

RGB

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

 GREEN value IS 222 (87.11% from 255) = 74.75%

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

R = 18.52%
G = 74.75%
B = 6.73%

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

#37DE14 (or 0x37DE14) is known color: Lime Green. HEX triplet: 37, DE and 14. RGB value is (55,222,20). Sum of RGB (Red+Green+Blue) = 55+222+20=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 222 (87.11% from 255 or 74.75% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 222 - color contains mainly: green. Hex color #37DE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #37DE14 is #C821EB. Grayscale: #959595. Windows color (decimal): -13115884 or 1367607. OLE color: 1367607.

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

Color convert

RGB 55 222 20 -
CMYK 0.75 0 0.91 0.13
HSL 109.6º 0.83% 0.47% -
HSV(B) 109.6º 0.91% 0.87% -
XYZ 27.82 53.11 9.45 -
YUV 149.04 55.17 60.93 -
System Red Green Blue C M Y K H S L
Decimal 55 222 20 0.75 0 0.91 0.13 109.6 0.83 0.47
Hex 37 DE 14 4B 0 5B D 6E 53 2F
Octal 67 336 24 113 0 133 15 156 123 57
Binary 110111 11011110 10100 1001011 0 1011011 1101 1101110 1010011 101111

Color Harmonies of #37DE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DE14

Black with #37DE14

Text Example


Text Example

White with #37DE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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