#16BF1A

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

Shades of Lime Green #16BF1A

Tints of Lime Green #16BF1A

Color information

#16BF1A (or 0x16BF1A) is unknown color: approx Lime Green. HEX triplet: 16, BF and 1A. RGB value is (22,191,26). Sum of RGB (Red+Green+Blue) = 22+191+26=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 191 (75% from 255 or 79.92% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 191 - color contains mainly: green. Hex color #16BF1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BF1A is #E940E5. Grayscale: #7A7A7A. Windows color (decimal): -15286502 or 1752854. OLE color: 1752854.

HSL color Cylindrical-coordinate representation of color #16BF1A: hue angle of 121.42º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BF1A is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB2219126-
CMYK0.8800.860.25
HSL121.42º79.34%41.76%-
HSV(B)121.42º88.48%74.9%-
XYZ19.1537.517.21-
YUV121.6674.0156.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.21%
GREEN value IS 191 (75% from 255) = 79.92%
BLUE value IS 26 (10.55% from 255) = 10.88%
R=9.21%
G=79.92%
B=10.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal22191260.8800.860.25121.4279.3441.76
Hex16BF1A5805619794f2a
Octal262773213001263117111752
Binary1011010111111110101011000010101101100111110011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BF1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,191,26); }

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

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

 a { background-color: rgb(22,191,26); }

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

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

 span { border-color: rgb(22,191,26); }

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