Html Css Color HEX #42E820 Lime Green

📋 copy color: '#42E820'

red 66 ◦ green 232 ◦ blue 32

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

Shades of Lime Green #42E820

Tints of Lime Green #42E820

RGB

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

 GREEN value IS 232 (91.02% from 255) = 70.3%

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

R = 20%
G = 70.3%
B = 9.7%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#42E820 (or 0x42E820) is known color: Lime Green. HEX triplet: 42, E8 and 20. RGB value is (66,232,32). Sum of RGB (Red+Green+Blue) = 66+232+32=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 232 (91.02% from 255 or 70.30% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 232 - color contains mainly: green. Hex color #42E820 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E820 is #BD17DF. Grayscale: #A0A0A0. Windows color (decimal): -12392416 or 2156610. OLE color: 2156610.

HSL color Cylindrical-coordinate representation of color #42E820: hue angle of 109.8º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42E820 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 232 32 -
CMYK 0.72 0 0.86 0.09
HSL 109.8º 0.81% 0.52% -
HSV(B) 109.8º 0.86% 0.91% -
XYZ 31.36 58.98 11.1 -
YUV 159.57 56 61.26 -
System Red Green Blue C M Y K H S L
Decimal 66 232 32 0.72 0 0.86 0.09 109.8 0.81 0.52
Hex 42 E8 20 48 0 56 9 6E 51 34
Octal 102 350 40 110 0 126 11 156 121 64
Binary 1000010 11101000 100000 1001000 0 1010110 1001 1101110 1010001 110100

Color Harmonies of #42E820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E820

Black with #42E820

Text Example


Text Example

White with #42E820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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