#70E21D

Color #70E21D Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #70E21D

Tints of Lawn Green #70E21D

Color information

#70E21D (or 0x70E21D) is unknown color: approx Lawn Green. HEX triplet: 70, E2 and 1D. RGB value is (112,226,29). Sum of RGB (Red+Green+Blue) = 112+226+29=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 226 (88.67% from 255 or 61.58% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 226 - color contains mainly: green. Hex color #70E21D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E21D is #8F1DE2. Grayscale: #AAAAAA. Windows color (decimal): -9379299 or 1958512. OLE color: 1958512.

HSL color Cylindrical-coordinate representation of color #70E21D: hue angle of 94.72º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70E21D is Cyan = 0.50, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB11222629-
CMYK0.5000.870.11
HSL94.72º77.25%50%-
HSV(B)94.72º87.17%88.63%-
XYZ34.157.9310.55-
YUV169.4648.7387.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 226 (88.67% from 255) = 61.58%
BLUE value IS 29 (11.72% from 255) = 7.90%
R=30.52%
G=61.58%
B=7.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal112226290.5000.870.1194.7277.2550
Hex70E21D32057B5f4d32
Octal160342356201271313711562
Binary1110000111000101110111001001010111101110111111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70E21D;
 }
 .AnyTagClassName
 {
   color: #70E21D;
 }
</style>
background-color css

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

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

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

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

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

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