#16C60B

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

Shades of Lime Green #16C60B

Tints of Lime Green #16C60B

Color information

#16C60B (or 0x16C60B) is unknown color: approx Lime Green. HEX triplet: 16, C6 and 0B. RGB value is (22,198,11). Sum of RGB (Red+Green+Blue) = 22+198+11=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 198 (77.73% from 255 or 85.71% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 198 - color contains mainly: green. Hex color #16C60B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C60B is #E939F4. Grayscale: #7C7C7C. Windows color (decimal): -15284725 or 771606. OLE color: 771606.

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

Color convert

RGB2219811-
CMYK0.8900.940.22
HSL116.47º89.47%40.98%-
HSV(B)116.47º94.44%77.65%-
XYZ20.5940.587.06-
YUV124.0664.1955.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.52%
GREEN value IS 198 (77.73% from 255) = 85.71%
BLUE value IS 11 (4.69% from 255) = 4.76%
R=9.52%
G=85.71%
B=4.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal22198110.8900.940.22116.4789.4740.98
Hex16C6B5905E16745929
Octal263061313101362616413151
Binary101101100011010111011001010111101011011101001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,198,11); }

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

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

 a { background-color: rgb(22,198,11); }

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

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

 span { border-color: rgb(22,198,11); }

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