#72D016

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

Shades of Lima #72D016

Tints of Lima #72D016

Color information

#72D016 (or 0x72D016) is unknown color: approx Lima. HEX triplet: 72, D0 and 16. RGB value is (114,208,22). Sum of RGB (Red+Green+Blue) = 114+208+22=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 208 (81.64% from 255 or 60.47% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 208 - color contains mainly: green. Hex color #72D016 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D016 is #8D2FE9. Grayscale: #9F9F9F. Windows color (decimal): -9252842 or 1495154. OLE color: 1495154.

HSL color Cylindrical-coordinate representation of color #72D016: hue angle of 90.32º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72D016 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB11420822-
CMYK0.4500.890.18
HSL90.32º80.87%45.1%-
HSV(B)90.32º89.42%81.57%-
XYZ29.6448.758.61-
YUV158.6950.8696.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 208 (81.64% from 255) = 60.47%
BLUE value IS 22 (8.98% from 255) = 6.40%
R=33.14%
G=60.47%
B=6.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal114208220.4500.890.1890.3280.8745.1
Hex72D0162D059125a512d
Octal162320265501312213212155
Binary11100101101000010110101101010110011001010110101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72D016; }

 p { color: rgb(114,208,22); }

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

<style>
 a { background-color: #72D016; }

 a { background-color: rgb(114,208,22); }

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

<style>
 span { border-color: #72D016; }

 span { border-color: rgb(114,208,22); }

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