Html Css Color HEX #70E501 Lawn Green

📋 copy color: '#70E501'

red 112 ◦ green 229 ◦ blue 1

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

Shades of Lawn Green #70E501

Tints of Lawn Green #70E501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 32.75%
G = 66.96%
B = 0.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#70E501 (or 0x70E501) is known color: Lawn Green. HEX triplet: 70, E5 and 01. RGB value is (112,229,1). Sum of RGB (Red+Green+Blue) = 112+229+1=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 229 (89.84% from 255 or 66.96% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 229 - color contains mainly: green. Hex color #70E501 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E501 is #8F1AFE. Grayscale: #A8A8A8. Windows color (decimal): -9378559 or 124272. OLE color: 124272.

HSL color Cylindrical-coordinate representation of color #70E501: hue angle of 90.79º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70E501 is Cyan = 0.51, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 229 1 -
CMYK 0.51 0 1.00 0.10
HSL 90.79º 0.99% 0.45% -
HSV(B) 90.79º 1% 0.9% -
XYZ 34.71 59.49 9.68 -
YUV 168.03 33.74 88.04 -
System Red Green Blue C M Y K H S L
Decimal 112 229 1 0.51 0 1.00 0.10 90.79 0.99 0.45
Hex 70 E5 1 33 0 64 A 5B 63 2D
Octal 160 345 1 63 0 144 12 133 143 55
Binary 1110000 11100101 1 110011 0 1100100 1010 1011011 1100011 101101

Color Harmonies of #70E501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E501

Black with #70E501

Text Example


Text Example

White with #70E501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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