#16D926

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

Shades of Lime Green #16D926

Tints of Lime Green #16D926

Color information

#16D926 (or 0x16D926) is unknown color: approx Lime Green. HEX triplet: 16, D9 and 26. RGB value is (22,217,38). Sum of RGB (Red+Green+Blue) = 22+217+38=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 217 (85.16% from 255 or 78.34% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 217 - color contains mainly: green. Hex color #16D926 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D926 is #E926D9. Grayscale: #8A8A8A. Windows color (decimal): -15279834 or 2545942. OLE color: 2545942.

HSL color Cylindrical-coordinate representation of color #16D926: hue angle of 124.92º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D926 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB2221738-
CMYK0.9000.820.15
HSL124.92º81.59%46.86%-
HSV(B)124.92º89.86%85.1%-
XYZ25.4949.9410.13-
YUV138.2971.445.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.94%
GREEN value IS 217 (85.16% from 255) = 78.34%
BLUE value IS 38 (15.23% from 255) = 13.72%
R=7.94%
G=78.34%
B=13.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal22217380.9000.820.15124.9281.5946.86
Hex16D9265A052F7d522f
Octal263314613201221717512257
Binary1011011011001100110101101001010010111111111011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,217,38); }

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

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

 a { background-color: rgb(22,217,38); }

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

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

 span { border-color: rgb(22,217,38); }

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