Html Css Color HEX #42E84E Lime Green

📋 copy color: '#42E84E'

red 66 ◦ green 232 ◦ blue 78

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

Shades of Lime Green #42E84E

Tints of Lime Green #42E84E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.74%

R = 17.55%
G = 61.7%
B = 20.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#42E84E (or 0x42E84E) is known color: Lime Green. HEX triplet: 42, E8 and 4E. RGB value is (66,232,78). Sum of RGB (Red+Green+Blue) = 66+232+78=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 232 (91.02% from 255 or 61.70% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 232 - color contains mainly: green. Hex color #42E84E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E84E is #BD17B1. Grayscale: #A5A5A5. Windows color (decimal): -12392370 or 5171266. OLE color: 5171266.

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

Color convert

RGB 66 232 78 -
CMYK 0.72 0 0.66 0.09
HSL 124.34º 0.78% 0.58% -
HSV(B) 124.34º 0.72% 0.91% -
XYZ 32.48 59.42 16.97 -
YUV 164.81 79 57.52 -
System Red Green Blue C M Y K H S L
Decimal 66 232 78 0.72 0 0.66 0.09 124.34 0.78 0.58
Hex 42 E8 4E 48 0 42 9 7C 4E 3A
Octal 102 350 116 110 0 102 11 174 116 72
Binary 1000010 11101000 1001110 1001000 0 1000010 1001 1111100 1001110 111010

Color Harmonies of #42E84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E84E

Black with #42E84E

Text Example


Text Example

White with #42E84E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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