Html Css Color HEX #70DC03 Lawn Green

📋 copy color: '#70DC03'

red 112 ◦ green 220 ◦ blue 3

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

Shades of Lawn Green #70DC03

Tints of Lawn Green #70DC03

RGB

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

 GREEN value IS 220 (86.33% from 255) = 65.67%

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 33.43%
G = 65.67%
B = 0.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#70DC03 (or 0x70DC03) is known color: Lawn Green. HEX triplet: 70, DC and 03. RGB value is (112,220,3). Sum of RGB (Red+Green+Blue) = 112+220+3=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 220 (86.33% from 255 or 65.67% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70DC03 is #8F23FC. Grayscale: #A3A3A3. Windows color (decimal): -9380861 or 253040. OLE color: 253040.

HSL color Cylindrical-coordinate representation of color #70DC03: hue angle of 89.86º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70DC03 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 220 3 -
CMYK 0.49 0 0.99 0.14
HSL 89.86º 0.97% 0.44% -
HSV(B) 89.86º 0.99% 0.86% -
XYZ 32.29 54.64 8.93 -
YUV 162.97 37.72 91.64 -
System Red Green Blue C M Y K H S L
Decimal 112 220 3 0.49 0 0.99 0.14 89.86 0.97 0.44
Hex 70 DC 3 31 0 63 E 5A 61 2C
Octal 160 334 3 61 0 143 16 132 141 54
Binary 1110000 11011100 11 110001 0 1100011 1110 1011010 1100001 101100

Color Harmonies of #70DC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DC03

Black with #70DC03

Text Example


Text Example

White with #70DC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,220,3); }

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

background-color css

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

 a { background-color: rgb(112,220,3); }

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

border-color css

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

 span { border-color: rgb(112,220,3); }

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