Html Css Color HEX #70F012 Lawn Green

📋 copy color: '#70F012'

red 112 ◦ green 240 ◦ blue 18

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

Shades of Lawn Green #70F012

Tints of Lawn Green #70F012

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64.86%

 BLUE value IS 18 (7.42% from 255) = 4.86%

R = 30.27%
G = 64.86%
B = 4.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#70F012 (or 0x70F012) is known color: Lawn Green. HEX triplet: 70, F0 and 12. RGB value is (112,240,18). Sum of RGB (Red+Green+Blue) = 112+240+18=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 240 (94.14% from 255 or 64.86% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 240 - color contains mainly: green. Hex color #70F012 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F012 is #8F0FED. Grayscale: #B1B1B1. Windows color (decimal): -9375726 or 1241200. OLE color: 1241200.

HSL color Cylindrical-coordinate representation of color #70F012: hue angle of 94.59º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70F012 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 240 18 -
CMYK 0.53 0 0.92 0.06
HSL 94.59º 0.88% 0.51% -
HSV(B) 94.59º 0.93% 0.94% -
XYZ 37.95 65.81 11.27 -
YUV 176.42 38.59 82.05 -
System Red Green Blue C M Y K H S L
Decimal 112 240 18 0.53 0 0.92 0.06 94.59 0.88 0.51
Hex 70 F0 12 35 0 5C 6 5F 58 33
Octal 160 360 22 65 0 134 6 137 130 63
Binary 1110000 11110000 10010 110101 0 1011100 110 1011111 1011000 110011

Color Harmonies of #70F012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F012

Black with #70F012

Text Example


Text Example

White with #70F012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,240,18); }

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

background-color css

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

 a { background-color: rgb(112,240,18); }

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

border-color css

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

 span { border-color: rgb(112,240,18); }

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