Html Css Color HEX #70E015 Lawn Green

📋 copy color: '#70E015'

red 112 ◦ green 224 ◦ blue 21

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

Shades of Lawn Green #70E015

Tints of Lawn Green #70E015

RGB

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

 GREEN value IS 224 (87.89% from 255) = 62.75%

 BLUE value IS 21 (8.59% from 255) = 5.88%

R = 31.37%
G = 62.75%
B = 5.88%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#70E015 (or 0x70E015) is known color: Lawn Green. HEX triplet: 70, E0 and 15. RGB value is (112,224,21). Sum of RGB (Red+Green+Blue) = 112+224+21=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 224 (87.89% from 255 or 62.75% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 224 - color contains mainly: green. Hex color #70E015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E015 is #8F1FEA. Grayscale: #A8A8A8. Windows color (decimal): -9379819 or 1433712. OLE color: 1433712.

HSL color Cylindrical-coordinate representation of color #70E015: hue angle of 93.1º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70E015 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 224 21 -
CMYK 0.50 0 0.91 0.12
HSL 93.1º 0.83% 0.48% -
HSV(B) 93.1º 0.91% 0.88% -
XYZ 33.47 56.81 9.91 -
YUV 167.37 45.39 88.51 -
System Red Green Blue C M Y K H S L
Decimal 112 224 21 0.50 0 0.91 0.12 93.1 0.83 0.48
Hex 70 E0 15 32 0 5B C 5D 53 30
Octal 160 340 25 62 0 133 14 135 123 60
Binary 1110000 11100000 10101 110010 0 1011011 1100 1011101 1010011 110000

Color Harmonies of #70E015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E015

Black with #70E015

Text Example


Text Example

White with #70E015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,224,21); }

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

background-color css

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

 a { background-color: rgb(112,224,21); }

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

border-color css

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

 span { border-color: rgb(112,224,21); }

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