Html Css Color HEX #42EA46 Lime Green

📋 copy color: '#42EA46'

red 66 ◦ green 234 ◦ blue 70

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

Shades of Lime Green #42EA46

Tints of Lime Green #42EA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.92%

R = 17.84%
G = 63.24%
B = 18.92%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#42EA46 (or 0x42EA46) is known color: Lime Green. HEX triplet: 42, EA and 46. RGB value is (66,234,70). Sum of RGB (Red+Green+Blue) = 66+234+70=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 234 (91.80% from 255 or 63.24% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EA46 is #BD15B9. Grayscale: #A5A5A5. Windows color (decimal): -12391866 or 4647490. OLE color: 4647490.

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

Color convert

RGB 66 234 70 -
CMYK 0.72 0 0.70 0.08
HSL 121.43º 0.8% 0.59% -
HSV(B) 121.43º 0.72% 0.92% -
XYZ 32.78 60.45 15.73 -
YUV 165.07 74.34 57.34 -
System Red Green Blue C M Y K H S L
Decimal 66 234 70 0.72 0 0.70 0.08 121.43 0.8 0.59
Hex 42 EA 46 48 0 46 8 79 50 3B
Octal 102 352 106 110 0 106 10 171 120 73
Binary 1000010 11101010 1000110 1001000 0 1000110 1000 1111001 1010000 111011

Color Harmonies of #42EA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EA46

Black with #42EA46

Text Example


Text Example

White with #42EA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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