Html Css Color HEX #42E82A Lime Green

📋 copy color: '#42E82A'

red 66 ◦ green 232 ◦ blue 42

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

Shades of Lime Green #42E82A

Tints of Lime Green #42E82A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.35%

R = 19.41%
G = 68.24%
B = 12.35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#42E82A (or 0x42E82A) is known color: Lime Green. HEX triplet: 42, E8 and 2A. RGB value is (66,232,42). Sum of RGB (Red+Green+Blue) = 66+232+42=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 232 (91.02% from 255 or 68.24% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 232 - color contains mainly: green. Hex color #42E82A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E82A is #BD17D5. Grayscale: #A1A1A1. Windows color (decimal): -12392406 or 2811970. OLE color: 2811970.

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

Color convert

RGB 66 232 42 -
CMYK 0.72 0 0.82 0.09
HSL 112.42º 0.81% 0.54% -
HSV(B) 112.42º 0.82% 0.91% -
XYZ 31.52 59.04 11.92 -
YUV 160.71 61 60.45 -
System Red Green Blue C M Y K H S L
Decimal 66 232 42 0.72 0 0.82 0.09 112.42 0.81 0.54
Hex 42 E8 2A 48 0 52 9 70 51 36
Octal 102 350 52 110 0 122 11 160 121 66
Binary 1000010 11101000 101010 1001000 0 1010010 1001 1110000 1010001 110110

Color Harmonies of #42E82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E82A

Black with #42E82A

Text Example


Text Example

White with #42E82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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