Html Css Color HEX #70E502 Lawn Green

📋 copy color: '#70E502'

red 112 ◦ green 229 ◦ blue 2

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

Shades of Lawn Green #70E502

Tints of Lawn Green #70E502

RGB

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

 GREEN value IS 229 (89.84% from 255) = 66.76%

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

R = 32.65%
G = 66.76%
B = 0.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#70E502 (or 0x70E502) is known color: Lawn Green. HEX triplet: 70, E5 and 02. RGB value is (112,229,2). Sum of RGB (Red+Green+Blue) = 112+229+2=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 229 (89.84% from 255 or 66.76% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 229 - color contains mainly: green. Hex color #70E502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E502 is #8F1AFD. Grayscale: #A8A8A8. Windows color (decimal): -9378558 or 189808. OLE color: 189808.

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

Color convert

RGB 112 229 2 -
CMYK 0.51 0 0.99 0.10
HSL 90.93º 0.98% 0.45% -
HSV(B) 90.93º 0.99% 0.9% -
XYZ 34.71 59.49 9.71 -
YUV 168.14 34.24 87.96 -
System Red Green Blue C M Y K H S L
Decimal 112 229 2 0.51 0 0.99 0.10 90.93 0.98 0.45
Hex 70 E5 2 33 0 63 A 5B 62 2D
Octal 160 345 2 63 0 143 12 133 142 55
Binary 1110000 11100101 10 110011 0 1100011 1010 1011011 1100010 101101

Color Harmonies of #70E502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E502

Black with #70E502

Text Example


Text Example

White with #70E502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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