#16C21B

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

Shades of Lime Green #16C21B

Tints of Lime Green #16C21B

Color information

#16C21B (or 0x16C21B) is unknown color: approx Lime Green. HEX triplet: 16, C2 and 1B. RGB value is (22,194,27). Sum of RGB (Red+Green+Blue) = 22+194+27=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 194 (76.17% from 255 or 79.84% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 194 - color contains mainly: green. Hex color #16C21B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C21B is #E93DE4. Grayscale: #7C7C7C. Windows color (decimal): -15285733 or 1819158. OLE color: 1819158.

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

Color convert

RGB2219427-
CMYK0.8900.860.24
HSL121.74º79.63%42.35%-
HSV(B)121.74º88.66%76.08%-
XYZ19.8238.837.49-
YUV123.5373.5255.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.05%
GREEN value IS 194 (76.17% from 255) = 79.84%
BLUE value IS 27 (10.94% from 255) = 11.11%
R=9.05%
G=79.84%
B=11.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal22194270.8900.860.24121.7479.6342.35
Hex16C21B59056187a502a
Octal263023313101263017212052
Binary1011011000010110111011001010101101100011110101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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