Html Css Color HEX #16C112 Lime Green

📋 copy color: '#16C112'

red 22 ◦ green 193 ◦ blue 18

#16C112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #16C112

Tints of Lime Green #16C112

RGB

 RED value IS 22 (8.98% from 255) = 9.44%

 GREEN value IS 193 (75.78% from 255) = 82.83%

 BLUE value IS 18 (7.42% from 255) = 7.73%

R = 9.44%
G = 82.83%
B = 7.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#16C112 (or 0x16C112) is known color: Lime Green. HEX triplet: 16, C1 and 12. RGB value is (22,193,18). Sum of RGB (Red+Green+Blue) = 22+193+18=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 193 (75.78% from 255 or 82.83% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 193 - color contains mainly: green. Hex color #16C112 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C112 is #E93EED. Grayscale: #7A7A7A. Windows color (decimal): -15285998 or 1229078. OLE color: 1229078.

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

Color convert

RGB 22 193 18 -
CMYK 0.89 0 0.91 0.24
HSL 118.63º 0.83% 0.41% -
HSV(B) 118.63º 0.91% 0.76% -
XYZ 19.51 38.35 6.95 -
YUV 121.92 69.35 56.73 -
System Red Green Blue C M Y K H S L
Decimal 22 193 18 0.89 0 0.91 0.24 118.63 0.83 0.41
Hex 16 C1 12 59 0 5B 18 77 53 29
Octal 26 301 22 131 0 133 30 167 123 51
Binary 10110 11000001 10010 1011001 0 1011011 11000 1110111 1010011 101001

Color Harmonies of #16C112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C112

Black with #16C112

Text Example


Text Example

White with #16C112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,193,18); }

 H1.HeaderClassName
 {
   color: #16C112;
 }
 .AnyTagClassName
 {
   color: #16C112;
 }
</style>

background-color css

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

 a { background-color: rgb(22,193,18); }

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

border-color css

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

 span { border-color: rgb(22,193,18); }

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