Html Css Color HEX #37DF42 Lime Green

📋 copy color: '#37DF42'

red 55 ◦ green 223 ◦ blue 66

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

Shades of Lime Green #37DF42

Tints of Lime Green #37DF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.19%

R = 15.99%
G = 64.83%
B = 19.19%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#37DF42 (or 0x37DF42) is known color: Lime Green. HEX triplet: 37, DF and 42. RGB value is (55,223,66). Sum of RGB (Red+Green+Blue) = 55+223+66=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 223 (87.5% from 255 or 64.83% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 223 - color contains mainly: green. Hex color #37DF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37DF42 is #C820BD. Grayscale: #9B9B9B. Windows color (decimal): -13115582 or 4382519. OLE color: 4382519.

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

Color convert

RGB 55 223 66 -
CMYK 0.75 0 0.70 0.13
HSL 123.93º 0.72% 0.55% -
HSV(B) 123.93º 0.75% 0.87% -
XYZ 28.95 53.98 14.05 -
YUV 154.87 77.84 56.77 -
System Red Green Blue C M Y K H S L
Decimal 55 223 66 0.75 0 0.70 0.13 123.93 0.72 0.55
Hex 37 DF 42 4B 0 46 D 7C 48 37
Octal 67 337 102 113 0 106 15 174 110 67
Binary 110111 11011111 1000010 1001011 0 1000110 1101 1111100 1001000 110111

Color Harmonies of #37DF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DF42

Black with #37DF42

Text Example


Text Example

White with #37DF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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