Html Css Color HEX #70EB18 Lawn Green

📋 copy color: '#70EB18'

red 112 ◦ green 235 ◦ blue 24

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

Shades of Lawn Green #70EB18

Tints of Lawn Green #70EB18

RGB

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

 GREEN value IS 235 (92.19% from 255) = 63.34%

 BLUE value IS 24 (9.77% from 255) = 6.47%

R = 30.19%
G = 63.34%
B = 6.47%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#70EB18 (or 0x70EB18) is known color: Lawn Green. HEX triplet: 70, EB and 18. RGB value is (112,235,24). Sum of RGB (Red+Green+Blue) = 112+235+24=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 235 (92.19% from 255 or 63.34% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 235 - color contains mainly: green. Hex color #70EB18 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70EB18 is #8F14E7. Grayscale: #AEAEAE. Windows color (decimal): -9377000 or 1633136. OLE color: 1633136.

HSL color Cylindrical-coordinate representation of color #70EB18: hue angle of 94.98º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70EB18 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 235 24 -
CMYK 0.52 0 0.90 0.08
HSL 94.98º 0.84% 0.51% -
HSV(B) 94.98º 0.9% 0.92% -
XYZ 36.56 62.93 11.08 -
YUV 174.17 43.25 83.66 -
System Red Green Blue C M Y K H S L
Decimal 112 235 24 0.52 0 0.90 0.08 94.98 0.84 0.51
Hex 70 EB 18 34 0 5A 8 5F 54 33
Octal 160 353 30 64 0 132 10 137 124 63
Binary 1110000 11101011 11000 110100 0 1011010 1000 1011111 1010100 110011

Color Harmonies of #70EB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EB18

Black with #70EB18

Text Example


Text Example

White with #70EB18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,235,24); }

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

background-color css

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

 a { background-color: rgb(112,235,24); }

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

border-color css

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

 span { border-color: rgb(112,235,24); }

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