Html Css Color HEX #70EA19 Lawn Green

📋 copy color: '#70EA19'

red 112 ◦ green 234 ◦ blue 25

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

Shades of Lawn Green #70EA19

Tints of Lawn Green #70EA19

RGB

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

 GREEN value IS 234 (91.8% from 255) = 63.07%

 BLUE value IS 25 (10.16% from 255) = 6.74%

R = 30.19%
G = 63.07%
B = 6.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#70EA19 (or 0x70EA19) is known color: Lawn Green. HEX triplet: 70, EA and 19. RGB value is (112,234,25). Sum of RGB (Red+Green+Blue) = 112+234+25=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 234 (91.80% from 255 or 63.07% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 234 - color contains mainly: green. Hex color #70EA19 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70EA19 is #8F15E6. Grayscale: #AEAEAE. Windows color (decimal): -9377255 or 1698416. OLE color: 1698416.

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

Color convert

RGB 112 234 25 -
CMYK 0.52 0 0.89 0.08
HSL 95.02º 0.83% 0.51% -
HSV(B) 95.02º 0.89% 0.92% -
XYZ 36.28 62.36 11.04 -
YUV 173.7 44.08 83.99 -
System Red Green Blue C M Y K H S L
Decimal 112 234 25 0.52 0 0.89 0.08 95.02 0.83 0.51
Hex 70 EA 19 34 0 59 8 5F 53 33
Octal 160 352 31 64 0 131 10 137 123 63
Binary 1110000 11101010 11001 110100 0 1011001 1000 1011111 1010011 110011

Color Harmonies of #70EA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EA19

Black with #70EA19

Text Example


Text Example

White with #70EA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,234,25); }

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

background-color css

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

 a { background-color: rgb(112,234,25); }

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

border-color css

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

 span { border-color: rgb(112,234,25); }

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