#16c41f

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

Shades of Lime Green #16C41F

Tints of Lime Green #16C41F

Color information

#16C41F (or 0x16C41F) is unknown color: approx Lime Green. HEX triplet: 16, C4 and 1F. RGB value is (22,196,31). Sum of RGB (Red+Green+Blue) = 22+196+31=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 196 (76.95% from 255 or 78.71% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 196 - color contains mainly: green. Hex color #16C41F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C41F is #E93BE0. Grayscale: #7D7D7D. Windows color (decimal): -15285217 or 2081814. OLE color: 2081814.

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

Color convert

RGB2219631-
CMYK0.8900.840.23
HSL123.1º79.82%42.75%-
HSV(B)123.1º88.78%76.86%-
XYZ20.3239.757.9-
YUV125.1674.8554.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.84%
GREEN value IS 196 (76.95% from 255) = 78.71%
BLUE value IS 31 (12.5% from 255) = 12.45%
R=8.84%
G=78.71%
B=12.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal22196310.8900.840.23123.179.8242.75
Hex16C41F59054177b502b
Octal263043713101242717312053
Binary1011011000100111111011001010101001011111110111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16c41f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,196,31); }

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

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

 a { background-color: rgb(22,196,31); }

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

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

 span { border-color: rgb(22,196,31); }

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