Html Css Color HEX #42E822 Lime Green

📋 copy color: '#42E822'

red 66 ◦ green 232 ◦ blue 34

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

Shades of Lime Green #42E822

Tints of Lime Green #42E822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.24%

R = 19.88%
G = 69.88%
B = 10.24%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#42E822 (or 0x42E822) is known color: Lime Green. HEX triplet: 42, E8 and 22. RGB value is (66,232,34). Sum of RGB (Red+Green+Blue) = 66+232+34=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 232 (91.02% from 255 or 69.88% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 232 - color contains mainly: green. Hex color #42E822 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E822 is #BD17DD. Grayscale: #A0A0A0. Windows color (decimal): -12392414 or 2287682. OLE color: 2287682.

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

Color convert

RGB 66 232 34 -
CMYK 0.72 0 0.85 0.09
HSL 110.3º 0.81% 0.52% -
HSV(B) 110.3º 0.85% 0.91% -
XYZ 31.39 58.99 11.24 -
YUV 159.79 57 61.1 -
System Red Green Blue C M Y K H S L
Decimal 66 232 34 0.72 0 0.85 0.09 110.3 0.81 0.52
Hex 42 E8 22 48 0 55 9 6E 51 34
Octal 102 350 42 110 0 125 11 156 121 64
Binary 1000010 11101000 100010 1001000 0 1010101 1001 1101110 1010001 110100

Color Harmonies of #42E822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E822

Black with #42E822

Text Example


Text Example

White with #42E822

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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