Html Css Color HEX #42DD20 Lime Green

📋 copy color: '#42DD20'

red 66 ◦ green 221 ◦ blue 32

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

Shades of Lime Green #42DD20

Tints of Lime Green #42DD20

RGB

 RED value IS 66 (26.17% from 255) = 20.69%

 GREEN value IS 221 (86.72% from 255) = 69.28%

 BLUE value IS 32 (12.89% from 255) = 10.03%

R = 20.69%
G = 69.28%
B = 10.03%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#42DD20 (or 0x42DD20) is known color: Lime Green. HEX triplet: 42, DD and 20. RGB value is (66,221,32). Sum of RGB (Red+Green+Blue) = 66+221+32=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 221 (86.72% from 255 or 69.28% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DD20 is #BD22DF. Grayscale: #999999. Windows color (decimal): -12395232 or 2153794. OLE color: 2153794.

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

Color convert

RGB 66 221 32 -
CMYK 0.70 0 0.86 0.13
HSL 109.21º 0.75% 0.5% -
HSV(B) 109.21º 0.86% 0.87% -
XYZ 28.36 52.98 10.1 -
YUV 153.11 59.65 65.87 -
System Red Green Blue C M Y K H S L
Decimal 66 221 32 0.70 0 0.86 0.13 109.21 0.75 0.5
Hex 42 DD 20 46 0 56 D 6D 4B 32
Octal 102 335 40 106 0 126 15 155 113 62
Binary 1000010 11011101 100000 1000110 0 1010110 1101 1101101 1001011 110010

Color Harmonies of #42DD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DD20

Black with #42DD20

Text Example


Text Example

White with #42DD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42DD20; }

 p { color: rgb(66,221,32); }

 H1.HeaderClassName
 {
   color: #42DD20;
 }
 .AnyTagClassName
 {
   color: #42DD20;
 }
</style>

background-color css

<style>
 a { background-color: #42DD20; }

 a { background-color: rgb(66,221,32); }

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

border-color css

<style>
 span { border-color: #42DD20; }

 span { border-color: rgb(66,221,32); }

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