#70C72D

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

Shades of Lima #70C72D

Tints of Lima #70C72D

Color information

#70C72D (or 0x70C72D) is unknown color: approx Lima. HEX triplet: 70, C7 and 2D. RGB value is (112,199,45). Sum of RGB (Red+Green+Blue) = 112+199+45=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 199 (78.12% from 255 or 55.90% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 199 - color contains mainly: green. Hex color #70C72D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C72D is #8F38D2. Grayscale: #9B9B9B. Windows color (decimal): -9386195 or 3000176. OLE color: 3000176.

HSL color Cylindrical-coordinate representation of color #70C72D: hue angle of 93.9º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70C72D is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB11219945-
CMYK0.4400.770.22
HSL93.9º63.11%47.84%-
HSV(B)93.9º77.39%78.04%-
XYZ27.5844.489.61-
YUV155.4365.6897.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.46%
GREEN value IS 199 (78.12% from 255) = 55.90%
BLUE value IS 45 (17.97% from 255) = 12.64%
R=31.46%
G=55.90%
B=12.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal112199450.4400.770.2293.963.1147.84
Hex70C72D2C04D165e3f30
Octal16030755540115261367760
Binary11100001100011110110110110001001101101101011110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,199,45); }

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

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

 a { background-color: rgb(112,199,45); }

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

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

 span { border-color: rgb(112,199,45); }

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