#16bf21

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

Shades of Lime Green #16BF21

Tints of Lime Green #16BF21

Color information

#16BF21 (or 0x16BF21) is unknown color: approx Lime Green. HEX triplet: 16, BF and 21. RGB value is (22,191,33). Sum of RGB (Red+Green+Blue) = 22+191+33=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 191 (75% from 255 or 77.64% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 191 - color contains mainly: green. Hex color #16BF21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BF21 is #E940DE. Grayscale: #7A7A7A. Windows color (decimal): -15286495 or 2211606. OLE color: 2211606.

HSL color Cylindrical-coordinate representation of color #16BF21: hue angle of 123.91º 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 #16BF21 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB2219133-
CMYK0.8800.830.25
HSL123.91º79.34%41.76%-
HSV(B)123.91º88.48%74.9%-
XYZ19.2437.547.67-
YUV122.4677.5156.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.94%
GREEN value IS 191 (75% from 255) = 77.64%
BLUE value IS 33 (13.28% from 255) = 13.41%
R=8.94%
G=77.64%
B=13.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal22191330.8800.830.25123.9179.3441.76
Hex16BF2158053197c4f2a
Octal262774113001233117411752
Binary10110101111111000011011000010100111100111111001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16bf21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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