Html Css Color HEX #42DE20 Lime Green

📋 copy color: '#42DE20'

red 66 ◦ green 222 ◦ blue 32

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

Shades of Lime Green #42DE20

Tints of Lime Green #42DE20

RGB

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

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

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

R = 20.63%
G = 69.38%
B = 10%

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

#42DE20 (or 0x42DE20) is known color: Lime Green. HEX triplet: 42, DE and 20. RGB value is (66,222,32). Sum of RGB (Red+Green+Blue) = 66+222+32=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 222 (87.11% from 255 or 69.38% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 222 - color contains mainly: green. Hex color #42DE20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DE20 is #BD21DF. Grayscale: #9A9A9A. Windows color (decimal): -12394976 or 2154050. OLE color: 2154050.

HSL color Cylindrical-coordinate representation of color #42DE20: hue angle of 109.26º 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 #42DE20 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 222 32 -
CMYK 0.70 0 0.86 0.13
HSL 109.26º 0.75% 0.5% -
HSV(B) 109.26º 0.86% 0.87% -
XYZ 28.63 53.51 10.19 -
YUV 153.7 59.32 65.45 -
System Red Green Blue C M Y K H S L
Decimal 66 222 32 0.70 0 0.86 0.13 109.26 0.75 0.5
Hex 42 DE 20 46 0 56 D 6D 4B 32
Octal 102 336 40 106 0 126 15 155 113 62
Binary 1000010 11011110 100000 1000110 0 1010110 1101 1101101 1001011 110010

Color Harmonies of #42DE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DE20

Black with #42DE20

Text Example


Text Example

White with #42DE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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