Html Css Color HEX #70F111 Lawn Green

📋 copy color: '#70F111'

red 112 ◦ green 241 ◦ blue 17

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

Shades of Lawn Green #70F111

Tints of Lawn Green #70F111

RGB

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

 GREEN value IS 241 (94.53% from 255) = 65.14%

 BLUE value IS 17 (7.03% from 255) = 4.59%

R = 30.27%
G = 65.14%
B = 4.59%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#70F111 (or 0x70F111) is known color: Lawn Green. HEX triplet: 70, F1 and 11. RGB value is (112,241,17). Sum of RGB (Red+Green+Blue) = 112+241+17=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 241 (94.53% from 255 or 65.14% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 241 - color contains mainly: green. Hex color #70F111 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F111 is #8F0EEE. Grayscale: #B1B1B1. Windows color (decimal): -9375471 or 1175920. OLE color: 1175920.

HSL color Cylindrical-coordinate representation of color #70F111: hue angle of 94.55º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70F111 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 241 17 -
CMYK 0.54 0 0.93 0.05
HSL 94.55º 0.89% 0.51% -
HSV(B) 94.55º 0.93% 0.95% -
XYZ 38.24 66.4 11.33 -
YUV 176.89 37.76 81.71 -
System Red Green Blue C M Y K H S L
Decimal 112 241 17 0.54 0 0.93 0.05 94.55 0.89 0.51
Hex 70 F1 11 36 0 5D 5 5F 59 33
Octal 160 361 21 66 0 135 5 137 131 63
Binary 1110000 11110001 10001 110110 0 1011101 101 1011111 1011001 110011

Color Harmonies of #70F111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F111

Black with #70F111

Text Example


Text Example

White with #70F111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,241,17); }

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

background-color css

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

 a { background-color: rgb(112,241,17); }

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

border-color css

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

 span { border-color: rgb(112,241,17); }

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