#16C72A

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

Shades of Lime Green #16C72A

Tints of Lime Green #16C72A

Color information

#16C72A (or 0x16C72A) is unknown color: approx Lime Green. HEX triplet: 16, C7 and 2A. RGB value is (22,199,42). Sum of RGB (Red+Green+Blue) = 22+199+42=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 199 (78.12% from 255 or 75.67% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 199 - color contains mainly: green. Hex color #16C72A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C72A is #E938D5. Grayscale: #808080. Windows color (decimal): -15284438 or 2803478. OLE color: 2803478.

HSL color Cylindrical-coordinate representation of color #16C72A: hue angle of 126.78º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C72A is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB2219942-
CMYK0.8900.790.22
HSL126.78º80.09%43.33%-
HSV(B)126.78º88.94%78.04%-
XYZ21.1741.189.02-
YUV128.1879.3652.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.37%
GREEN value IS 199 (78.12% from 255) = 75.67%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=8.37%
G=75.67%
B=15.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal22199420.8900.790.22126.7880.0943.33
Hex16C72A5904F167f502b
Octal263075213101172617712053
Binary10110110001111010101011001010011111011011111111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16C72A; }

 p { color: rgb(22,199,42); }

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

<style>
 a { background-color: #16C72A; }

 a { background-color: rgb(22,199,42); }

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

<style>
 span { border-color: #16C72A; }

 span { border-color: rgb(22,199,42); }

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