Html Css Color HEX #70E529 Lawn Green

📋 copy color: '#70E529'

red 112 ◦ green 229 ◦ blue 41

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

Shades of Lawn Green #70E529

Tints of Lawn Green #70E529

RGB

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

 GREEN value IS 229 (89.84% from 255) = 59.95%

 BLUE value IS 41 (16.41% from 255) = 10.73%

R = 29.32%
G = 59.95%
B = 10.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#70E529 (or 0x70E529) is known color: Lawn Green. HEX triplet: 70, E5 and 29. RGB value is (112,229,41). Sum of RGB (Red+Green+Blue) = 112+229+41=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 229 (89.84% from 255 or 59.95% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 229 - color contains mainly: green. Hex color #70E529 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E529 is #8F1AD6. Grayscale: #ADADAD. Windows color (decimal): -9378519 or 2745712. OLE color: 2745712.

HSL color Cylindrical-coordinate representation of color #70E529: hue angle of 97.34º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70E529 is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 229 41 -
CMYK 0.51 0 0.82 0.10
HSL 97.34º 0.78% 0.53% -
HSV(B) 97.34º 0.82% 0.9% -
XYZ 35.1 59.64 11.76 -
YUV 172.59 53.74 84.79 -
System Red Green Blue C M Y K H S L
Decimal 112 229 41 0.51 0 0.82 0.10 97.34 0.78 0.53
Hex 70 E5 29 33 0 52 A 61 4E 35
Octal 160 345 51 63 0 122 12 141 116 65
Binary 1110000 11100101 101001 110011 0 1010010 1010 1100001 1001110 110101

Color Harmonies of #70E529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E529

Black with #70E529

Text Example


Text Example

White with #70E529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,229,41); }

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

background-color css

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

 a { background-color: rgb(112,229,41); }

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

border-color css

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

 span { border-color: rgb(112,229,41); }

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