#16C91B

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

Shades of Lime Green #16C91B

Tints of Lime Green #16C91B

Color information

#16C91B (or 0x16C91B) is unknown color: approx Lime Green. HEX triplet: 16, C9 and 1B. RGB value is (22,201,27). Sum of RGB (Red+Green+Blue) = 22+201+27=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 201 (78.91% from 255 or 80.4% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 201 - color contains mainly: green. Hex color #16C91B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C91B is #E936E4. Grayscale: #808080. Windows color (decimal): -15283941 or 1820950. OLE color: 1820950.

HSL color Cylindrical-coordinate representation of color #16C91B: hue angle of 121.68º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C91B is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB2220127-
CMYK0.8900.870.21
HSL121.68º80.27%43.73%-
HSV(B)121.68º89.05%78.82%-
XYZ21.4242.028.02-
YUV127.6471.252.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.8%
GREEN value IS 201 (78.91% from 255) = 80.4%
BLUE value IS 27 (10.94% from 255) = 10.8%
R=8.8%
G=80.4%
B=10.8%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal22201270.8900.870.21121.6880.2743.73
Hex16C91B59057157a502c
Octal263113313101272517212054
Binary1011011001001110111011001010101111010111110101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C91B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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