Html Css Color HEX #70E124 Lawn Green

📋 copy color: '#70E124'

red 112 ◦ green 225 ◦ blue 36

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

Shades of Lawn Green #70E124

Tints of Lawn Green #70E124

RGB

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

 GREEN value IS 225 (88.28% from 255) = 60.32%

 BLUE value IS 36 (14.45% from 255) = 9.65%

R = 30.03%
G = 60.32%
B = 9.65%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#70E124 (or 0x70E124) is known color: Lawn Green. HEX triplet: 70, E1 and 24. RGB value is (112,225,36). Sum of RGB (Red+Green+Blue) = 112+225+36=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 225 (88.28% from 255 or 60.32% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 225 - color contains mainly: green. Hex color #70E124 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E124 is #8F1EDB. Grayscale: #AAAAAA. Windows color (decimal): -9379548 or 2417008. OLE color: 2417008.

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

Color convert

RGB 112 225 36 -
CMYK 0.50 0 0.84 0.12
HSL 95.87º 0.76% 0.51% -
HSV(B) 95.87º 0.84% 0.88% -
XYZ 33.93 57.42 10.96 -
YUV 169.67 52.56 86.87 -
System Red Green Blue C M Y K H S L
Decimal 112 225 36 0.50 0 0.84 0.12 95.87 0.76 0.51
Hex 70 E1 24 32 0 54 C 60 4C 33
Octal 160 341 44 62 0 124 14 140 114 63
Binary 1110000 11100001 100100 110010 0 1010100 1100 1100000 1001100 110011

Color Harmonies of #70E124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E124

Black with #70E124

Text Example


Text Example

White with #70E124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,225,36); }

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

background-color css

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

 a { background-color: rgb(112,225,36); }

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

border-color css

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

 span { border-color: rgb(112,225,36); }

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