Html Css Color HEX #70E42D Lawn Green

📋 copy color: '#70E42D'

red 112 ◦ green 228 ◦ blue 45

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

Shades of Lawn Green #70E42D

Tints of Lawn Green #70E42D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 59.22%

 BLUE value IS 45 (17.97% from 255) = 11.69%

R = 29.09%
G = 59.22%
B = 11.69%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#70E42D (or 0x70E42D) is known color: Lawn Green. HEX triplet: 70, E4 and 2D. RGB value is (112,228,45). Sum of RGB (Red+Green+Blue) = 112+228+45=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 228 (89.45% from 255 or 59.22% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 228 - color contains mainly: green. Hex color #70E42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E42D is #8F1BD2. Grayscale: #ADADAD. Windows color (decimal): -9378771 or 3007600. OLE color: 3007600.

HSL color Cylindrical-coordinate representation of color #70E42D: hue angle of 98.03º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70E42D is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 228 45 -
CMYK 0.51 0 0.80 0.11
HSL 98.03º 0.77% 0.54% -
HSV(B) 98.03º 0.8% 0.89% -
XYZ 34.9 59.12 12.05 -
YUV 172.45 56.07 84.88 -
System Red Green Blue C M Y K H S L
Decimal 112 228 45 0.51 0 0.80 0.11 98.03 0.77 0.54
Hex 70 E4 2D 33 0 50 B 62 4D 36
Octal 160 344 55 63 0 120 13 142 115 66
Binary 1110000 11100100 101101 110011 0 1010000 1011 1100010 1001101 110110

Color Harmonies of #70E42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E42D

Black with #70E42D

Text Example


Text Example

White with #70E42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,228,45); }

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

background-color css

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

 a { background-color: rgb(112,228,45); }

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

border-color css

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

 span { border-color: rgb(112,228,45); }

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