Html Css Color HEX #70E81A Lawn Green

📋 copy color: '#70E81A'

red 112 ◦ green 232 ◦ blue 26

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

Shades of Lawn Green #70E81A

Tints of Lawn Green #70E81A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.03%

R = 30.27%
G = 62.7%
B = 7.03%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#70E81A (or 0x70E81A) is known color: Lawn Green. HEX triplet: 70, E8 and 1A. RGB value is (112,232,26). Sum of RGB (Red+Green+Blue) = 112+232+26=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 232 (91.02% from 255 or 62.70% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 232 - color contains mainly: green. Hex color #70E81A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E81A is #8F17E5. Grayscale: #ADADAD. Windows color (decimal): -9377766 or 1763440. OLE color: 1763440.

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

Color convert

RGB 112 232 26 -
CMYK 0.52 0 0.89 0.09
HSL 94.95º 0.82% 0.51% -
HSV(B) 94.95º 0.89% 0.91% -
XYZ 35.73 61.23 10.91 -
YUV 172.64 45.24 84.75 -
System Red Green Blue C M Y K H S L
Decimal 112 232 26 0.52 0 0.89 0.09 94.95 0.82 0.51
Hex 70 E8 1A 34 0 59 9 5F 52 33
Octal 160 350 32 64 0 131 11 137 122 63
Binary 1110000 11101000 11010 110100 0 1011001 1001 1011111 1010010 110011

Color Harmonies of #70E81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E81A

Black with #70E81A

Text Example


Text Example

White with #70E81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,232,26); }

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

background-color css

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

 a { background-color: rgb(112,232,26); }

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

border-color css

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

 span { border-color: rgb(112,232,26); }

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