#16CA1D

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

Shades of Lime Green #16CA1D

Tints of Lime Green #16CA1D

Color information

#16CA1D (or 0x16CA1D) is unknown color: approx Lime Green. HEX triplet: 16, CA and 1D. RGB value is (22,202,29). Sum of RGB (Red+Green+Blue) = 22+202+29=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 202 (79.30% from 255 or 79.84% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CA1D is #E935E2. Grayscale: #808080. Windows color (decimal): -15283683 or 1952278. OLE color: 1952278.

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

Color convert

RGB2220229-
CMYK0.8900.860.21
HSL122.33º80.36%43.92%-
HSV(B)122.33º89.11%79.22%-
XYZ21.6742.58.22-
YUV128.4671.8752.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.70%
GREEN value IS 202 (79.30% from 255) = 79.84%
BLUE value IS 29 (11.72% from 255) = 11.46%
R=8.70%
G=79.84%
B=11.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal22202290.8900.860.21122.3380.3643.92
Hex16CA1D59056157a502c
Octal263123513101262517212054
Binary1011011001010111011011001010101101010111110101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16CA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,202,29); }

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

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

 a { background-color: rgb(22,202,29); }

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

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

 span { border-color: rgb(22,202,29); }

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