Html Css Color HEX #70E302 Lawn Green

📋 copy color: '#70E302'

red 112 ◦ green 227 ◦ blue 2

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

Shades of Lawn Green #70E302

Tints of Lawn Green #70E302

RGB

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

 GREEN value IS 227 (89.06% from 255) = 66.57%

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

R = 32.84%
G = 66.57%
B = 0.59%

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

#70E302 (or 0x70E302) is known color: Lawn Green. HEX triplet: 70, E3 and 02. RGB value is (112,227,2). Sum of RGB (Red+Green+Blue) = 112+227+2=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 227 (89.06% from 255 or 66.57% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 227 - color contains mainly: green. Hex color #70E302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E302 is #8F1CFD. Grayscale: #A7A7A7. Windows color (decimal): -9379070 or 189296. OLE color: 189296.

HSL color Cylindrical-coordinate representation of color #70E302: hue angle of 90.67º 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 #70E302 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 227 2 -
CMYK 0.51 0 0.99 0.11
HSL 90.67º 0.98% 0.45% -
HSV(B) 90.67º 0.99% 0.89% -
XYZ 34.16 58.39 9.53 -
YUV 166.97 34.9 88.8 -
System Red Green Blue C M Y K H S L
Decimal 112 227 2 0.51 0 0.99 0.11 90.67 0.98 0.45
Hex 70 E3 2 33 0 63 B 5B 62 2D
Octal 160 343 2 63 0 143 13 133 142 55
Binary 1110000 11100011 10 110011 0 1100011 1011 1011011 1100010 101101

Color Harmonies of #70E302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E302

Black with #70E302

Text Example


Text Example

White with #70E302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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