#16C314

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

Shades of Lime Green #16C314

Tints of Lime Green #16C314

Color information

#16C314 (or 0x16C314) is unknown color: approx Lime Green. HEX triplet: 16, C3 and 14. RGB value is (22,195,20). Sum of RGB (Red+Green+Blue) = 22+195+20=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 195 (76.56% from 255 or 82.28% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 195 - color contains mainly: green. Hex color #16C314 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C314 is #E93CEB. Grayscale: #7B7B7B. Windows color (decimal): -15285484 or 1360662. OLE color: 1360662.

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

Color convert

RGB2219520-
CMYK0.8900.900.24
HSL119.31º81.4%42.16%-
HSV(B)119.31º89.74%76.47%-
XYZ19.9739.257.19-
YUV123.3269.6955.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.28%
GREEN value IS 195 (76.56% from 255) = 82.28%
BLUE value IS 20 (8.20% from 255) = 8.44%
R=9.28%
G=82.28%
B=8.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal22195200.8900.900.24119.3181.442.16
Hex16C3145905A1877512a
Octal263032413101323016712152
Binary1011011000011101001011001010110101100011101111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,195,20); }

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

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

 a { background-color: rgb(22,195,20); }

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

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

 span { border-color: rgb(22,195,20); }

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