Html Css Color HEX #70E323 Lawn Green

📋 copy color: '#70E323'

red 112 ◦ green 227 ◦ blue 35

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

Shades of Lawn Green #70E323

Tints of Lawn Green #70E323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.36%

R = 29.95%
G = 60.7%
B = 9.36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#70E323 (or 0x70E323) is known color: Lawn Green. HEX triplet: 70, E3 and 23. RGB value is (112,227,35). Sum of RGB (Red+Green+Blue) = 112+227+35=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 227 (89.06% from 255 or 60.70% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 227 - color contains mainly: green. Hex color #70E323 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E323 is #8F1CDC. Grayscale: #ABABAB. Windows color (decimal): -9379037 or 2351984. OLE color: 2351984.

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

Color convert

RGB 112 227 35 -
CMYK 0.51 0 0.85 0.11
HSL 95.94º 0.77% 0.51% -
HSV(B) 95.94º 0.85% 0.89% -
XYZ 34.45 58.5 11.07 -
YUV 170.73 51.4 86.11 -
System Red Green Blue C M Y K H S L
Decimal 112 227 35 0.51 0 0.85 0.11 95.94 0.77 0.51
Hex 70 E3 23 33 0 55 B 60 4D 33
Octal 160 343 43 63 0 125 13 140 115 63
Binary 1110000 11100011 100011 110011 0 1010101 1011 1100000 1001101 110011

Color Harmonies of #70E323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E323

Black with #70E323

Text Example


Text Example

White with #70E323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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