Html Css Color HEX #42EA22 Lime Green

📋 copy color: '#42EA22'

red 66 ◦ green 234 ◦ blue 34

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

Shades of Lime Green #42EA22

Tints of Lime Green #42EA22

RGB

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

 GREEN value IS 234 (91.8% from 255) = 70.06%

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

R = 19.76%
G = 70.06%
B = 10.18%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#42EA22 (or 0x42EA22) is known color: Lime Green. HEX triplet: 42, EA and 22. RGB value is (66,234,34). Sum of RGB (Red+Green+Blue) = 66+234+34=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 234 (91.80% from 255 or 70.06% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EA22 is #BD15DD. Grayscale: #A1A1A1. Windows color (decimal): -12391902 or 2288194. OLE color: 2288194.

HSL color Cylindrical-coordinate representation of color #42EA22: hue angle of 110.4º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42EA22 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 234 34 -
CMYK 0.72 0 0.85 0.08
HSL 110.4º 0.83% 0.53% -
HSV(B) 110.4º 0.85% 0.92% -
XYZ 31.96 60.12 11.43 -
YUV 160.97 56.34 60.26 -
System Red Green Blue C M Y K H S L
Decimal 66 234 34 0.72 0 0.85 0.08 110.4 0.83 0.53
Hex 42 EA 22 48 0 55 8 6E 53 35
Octal 102 352 42 110 0 125 10 156 123 65
Binary 1000010 11101010 100010 1001000 0 1010101 1000 1101110 1010011 110101

Color Harmonies of #42EA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EA22

Black with #42EA22

Text Example


Text Example

White with #42EA22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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