Html Css Color HEX #70E71D Lawn Green

📋 copy color: '#70E71D'

red 112 ◦ green 231 ◦ blue 29

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

Shades of Lawn Green #70E71D

Tints of Lawn Green #70E71D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 62.1%

 BLUE value IS 29 (11.72% from 255) = 7.8%

R = 30.11%
G = 62.1%
B = 7.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#70E71D (or 0x70E71D) is known color: Lawn Green. HEX triplet: 70, E7 and 1D. RGB value is (112,231,29). Sum of RGB (Red+Green+Blue) = 112+231+29=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 231 (90.62% from 255 or 62.10% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 231 - color contains mainly: green. Hex color #70E71D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E71D is #8F18E2. Grayscale: #ADADAD. Windows color (decimal): -9378019 or 1959792. OLE color: 1959792.

HSL color Cylindrical-coordinate representation of color #70E71D: hue angle of 95.35º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70E71D is Cyan = 0.52, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 231 29 -
CMYK 0.52 0 0.87 0.09
HSL 95.35º 0.81% 0.51% -
HSV(B) 95.35º 0.87% 0.91% -
XYZ 35.48 60.69 11.01 -
YUV 172.39 47.08 84.93 -
System Red Green Blue C M Y K H S L
Decimal 112 231 29 0.52 0 0.87 0.09 95.35 0.81 0.51
Hex 70 E7 1D 34 0 57 9 5F 51 33
Octal 160 347 35 64 0 127 11 137 121 63
Binary 1110000 11100111 11101 110100 0 1010111 1001 1011111 1010001 110011

Color Harmonies of #70E71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E71D

Black with #70E71D

Text Example


Text Example

White with #70E71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,231,29); }

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

background-color css

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

 a { background-color: rgb(112,231,29); }

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

border-color css

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

 span { border-color: rgb(112,231,29); }

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