Html Css Color HEX #70ED16 Lawn Green

📋 copy color: '#70ED16'

red 112 ◦ green 237 ◦ blue 22

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

Shades of Lawn Green #70ED16

Tints of Lawn Green #70ED16

RGB

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

 GREEN value IS 237 (92.97% from 255) = 63.88%

 BLUE value IS 22 (8.98% from 255) = 5.93%

R = 30.19%
G = 63.88%
B = 5.93%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#70ED16 (or 0x70ED16) is known color: Lawn Green. HEX triplet: 70, ED and 16. RGB value is (112,237,22). Sum of RGB (Red+Green+Blue) = 112+237+22=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 237 (92.97% from 255 or 63.88% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70ED16 is #8F12E9. Grayscale: #AFAFAF. Windows color (decimal): -9376490 or 1502576. OLE color: 1502576.

HSL color Cylindrical-coordinate representation of color #70ED16: hue angle of 94.88º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70ED16 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 237 22 -
CMYK 0.53 0 0.91 0.07
HSL 94.88º 0.86% 0.51% -
HSV(B) 94.88º 0.91% 0.93% -
XYZ 37.11 64.07 11.17 -
YUV 175.12 41.59 82.98 -
System Red Green Blue C M Y K H S L
Decimal 112 237 22 0.53 0 0.91 0.07 94.88 0.86 0.51
Hex 70 ED 16 35 0 5B 7 5F 56 33
Octal 160 355 26 65 0 133 7 137 126 63
Binary 1110000 11101101 10110 110101 0 1011011 111 1011111 1010110 110011

Color Harmonies of #70ED16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ED16

Black with #70ED16

Text Example


Text Example

White with #70ED16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,237,22); }

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

background-color css

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

 a { background-color: rgb(112,237,22); }

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

border-color css

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

 span { border-color: rgb(112,237,22); }

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