#16C71B

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

Shades of Lime Green #16C71B

Tints of Lime Green #16C71B

Color information

#16C71B (or 0x16C71B) is unknown color: approx Lime Green. HEX triplet: 16, C7 and 1B. RGB value is (22,199,27). Sum of RGB (Red+Green+Blue) = 22+199+27=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 199 (78.12% from 255 or 80.24% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 199 - color contains mainly: green. Hex color #16C71B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C71B is #E938E4. Grayscale: #7E7E7E. Windows color (decimal): -15284453 or 1820438. OLE color: 1820438.

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

Color convert

RGB2219927-
CMYK0.8900.860.22
HSL121.69º80.09%43.33%-
HSV(B)121.69º88.94%78.04%-
XYZ20.9541.17.87-
YUV126.4771.8653.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.87%
GREEN value IS 199 (78.12% from 255) = 80.24%
BLUE value IS 27 (10.94% from 255) = 10.89%
R=8.87%
G=80.24%
B=10.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal22199270.8900.860.22121.6980.0943.33
Hex16C71B59056167a502b
Octal263073313101262617212053
Binary1011011000111110111011001010101101011011110101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,199,27); }

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

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

 a { background-color: rgb(22,199,27); }

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

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

 span { border-color: rgb(22,199,27); }

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