Html Css Color HEX #70E42A Lawn Green

📋 copy color: '#70E42A'

red 112 ◦ green 228 ◦ blue 42

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

Shades of Lawn Green #70E42A

Tints of Lawn Green #70E42A

RGB

 RED value IS 112 (44.14% from 255) = 29.32%

 GREEN value IS 228 (89.45% from 255) = 59.69%

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

R = 29.32%
G = 59.69%
B = 10.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#70E42A (or 0x70E42A) is known color: Lawn Green. HEX triplet: 70, E4 and 2A. RGB value is (112,228,42). Sum of RGB (Red+Green+Blue) = 112+228+42=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 228 (89.45% from 255 or 59.69% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 228 - color contains mainly: green. Hex color #70E42A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E42A is #8F1BD5. Grayscale: #ACACAC. Windows color (decimal): -9378774 or 2810992. OLE color: 2810992.

HSL color Cylindrical-coordinate representation of color #70E42A: hue angle of 97.42º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70E42A is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 228 42 -
CMYK 0.51 0 0.82 0.11
HSL 97.42º 0.78% 0.53% -
HSV(B) 97.42º 0.82% 0.89% -
XYZ 34.84 59.1 11.76 -
YUV 172.11 54.57 85.12 -
System Red Green Blue C M Y K H S L
Decimal 112 228 42 0.51 0 0.82 0.11 97.42 0.78 0.53
Hex 70 E4 2A 33 0 52 B 61 4E 35
Octal 160 344 52 63 0 122 13 141 116 65
Binary 1110000 11100100 101010 110011 0 1010010 1011 1100001 1001110 110101

Color Harmonies of #70E42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E42A

Black with #70E42A

Text Example


Text Example

White with #70E42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70E42A; }

 p { color: rgb(112,228,42); }

 H1.HeaderClassName
 {
   color: #70E42A;
 }
 .AnyTagClassName
 {
   color: #70E42A;
 }
</style>

background-color css

<style>
 a { background-color: #70E42A; }

 a { background-color: rgb(112,228,42); }

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

border-color css

<style>
 span { border-color: #70E42A; }

 span { border-color: rgb(112,228,42); }

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