Html Css Color HEX #70E402 Lawn Green

📋 copy color: '#70E402'

red 112 ◦ green 228 ◦ blue 2

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

Shades of Lawn Green #70E402

Tints of Lawn Green #70E402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 32.75%
G = 66.67%
B = 0.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#70E402 (or 0x70E402) is known color: Lawn Green. HEX triplet: 70, E4 and 02. RGB value is (112,228,2). Sum of RGB (Red+Green+Blue) = 112+228+2=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 228 (89.45% from 255 or 66.67% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 228 - color contains mainly: green. Hex color #70E402 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E402 is #8F1BFD. Grayscale: #A8A8A8. Windows color (decimal): -9378814 or 189552. OLE color: 189552.

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

Color convert

RGB 112 228 2 -
CMYK 0.51 0 0.99 0.11
HSL 90.8º 0.98% 0.45% -
HSV(B) 90.8º 0.99% 0.89% -
XYZ 34.44 58.94 9.62 -
YUV 167.55 34.57 88.38 -
System Red Green Blue C M Y K H S L
Decimal 112 228 2 0.51 0 0.99 0.11 90.8 0.98 0.45
Hex 70 E4 2 33 0 63 B 5B 62 2D
Octal 160 344 2 63 0 143 13 133 142 55
Binary 1110000 11100100 10 110011 0 1100011 1011 1011011 1100010 101101

Color Harmonies of #70E402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E402

Black with #70E402

Text Example


Text Example

White with #70E402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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