Html Css Color HEX #70EB03 Lawn Green

📋 copy color: '#70EB03'

red 112 ◦ green 235 ◦ blue 3

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

Shades of Lawn Green #70EB03

Tints of Lawn Green #70EB03

RGB

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

 GREEN value IS 235 (92.19% from 255) = 67.14%

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

R = 32%
G = 67.14%
B = 0.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#70EB03 (or 0x70EB03) is known color: Lawn Green. HEX triplet: 70, EB and 03. RGB value is (112,235,3). Sum of RGB (Red+Green+Blue) = 112+235+3=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 235 (92.19% from 255 or 67.14% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 235 - color contains mainly: green. Hex color #70EB03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70EB03 is #8F14FC. Grayscale: #ACACAC. Windows color (decimal): -9377021 or 256880. OLE color: 256880.

HSL color Cylindrical-coordinate representation of color #70EB03: hue angle of 91.81º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70EB03 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 235 3 -
CMYK 0.52 0 0.99 0.08
HSL 91.81º 0.97% 0.47% -
HSV(B) 91.81º 0.99% 0.92% -
XYZ 36.41 62.87 10.3 -
YUV 171.78 32.75 85.36 -
System Red Green Blue C M Y K H S L
Decimal 112 235 3 0.52 0 0.99 0.08 91.81 0.97 0.47
Hex 70 EB 3 34 0 63 8 5C 61 2F
Octal 160 353 3 64 0 143 10 134 141 57
Binary 1110000 11101011 11 110100 0 1100011 1000 1011100 1100001 101111

Color Harmonies of #70EB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EB03

Black with #70EB03

Text Example


Text Example

White with #70EB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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