#16C920

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

Shades of Lime Green #16C920

Tints of Lime Green #16C920

Color information

#16C920 (or 0x16C920) is unknown color: approx Lime Green. HEX triplet: 16, C9 and 20. RGB value is (22,201,32). Sum of RGB (Red+Green+Blue) = 22+201+32=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 201 (78.91% from 255 or 78.82% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 201 - color contains mainly: green. Hex color #16C920 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C920 is #E936DF. Grayscale: #808080. Windows color (decimal): -15283936 or 2148630. OLE color: 2148630.

HSL color Cylindrical-coordinate representation of color #16C920: hue angle of 123.35º 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 #16C920 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB2220132-
CMYK0.8900.840.21
HSL123.35º80.27%43.73%-
HSV(B)123.35º89.05%78.82%-
XYZ21.4842.058.35-
YUV128.2173.752.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.63%
GREEN value IS 201 (78.91% from 255) = 78.82%
BLUE value IS 32 (12.89% from 255) = 12.55%
R=8.63%
G=78.82%
B=12.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal22201320.8900.840.21123.3580.2743.73
Hex16C92059054157b502c
Octal263114013101242517312054
Binary10110110010011000001011001010101001010111110111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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