Html Css Color HEX #70F002 Lawn Green

📋 copy color: '#70F002'

red 112 ◦ green 240 ◦ blue 2

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

Shades of Lawn Green #70F002

Tints of Lawn Green #70F002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 31.64%
G = 67.8%
B = 0.56%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#70F002 (or 0x70F002) is known color: Lawn Green. HEX triplet: 70, F0 and 02. RGB value is (112,240,2). Sum of RGB (Red+Green+Blue) = 112+240+2=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 240 (94.14% from 255 or 67.80% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 240 - color contains mainly: green. Hex color #70F002 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F002 is #8F0FFD. Grayscale: #AFAFAF. Windows color (decimal): -9375742 or 192624. OLE color: 192624.

HSL color Cylindrical-coordinate representation of color #70F002: hue angle of 92.27º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70F002 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 240 2 -
CMYK 0.53 0 0.99 0.06
HSL 92.27º 0.98% 0.47% -
HSV(B) 92.27º 0.99% 0.94% -
XYZ 37.85 65.77 10.76 -
YUV 174.6 30.59 83.35 -
System Red Green Blue C M Y K H S L
Decimal 112 240 2 0.53 0 0.99 0.06 92.27 0.98 0.47
Hex 70 F0 2 35 0 63 6 5C 62 2F
Octal 160 360 2 65 0 143 6 134 142 57
Binary 1110000 11110000 10 110101 0 1100011 110 1011100 1100010 101111

Color Harmonies of #70F002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F002

Black with #70F002

Text Example


Text Example

White with #70F002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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