Html Css Color HEX #16C118 Lime Green

📋 copy color: '#16C118'

red 22 ◦ green 193 ◦ blue 24

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

Shades of Lime Green #16C118

Tints of Lime Green #16C118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.04%

R = 9.21%
G = 80.75%
B = 10.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#16C118 (or 0x16C118) is known color: Lime Green. HEX triplet: 16, C1 and 18. RGB value is (22,193,24). Sum of RGB (Red+Green+Blue) = 22+193+24=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 193 (75.78% from 255 or 80.75% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 193 - color contains mainly: green. Hex color #16C118 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C118 is #E93EE7. Grayscale: #7B7B7B. Windows color (decimal): -15285992 or 1622294. OLE color: 1622294.

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

Color convert

RGB 22 193 24 -
CMYK 0.89 0 0.88 0.24
HSL 120.7º 0.8% 0.42% -
HSV(B) 120.7º 0.89% 0.76% -
XYZ 19.57 38.38 7.24 -
YUV 122.61 72.35 56.24 -
System Red Green Blue C M Y K H S L
Decimal 22 193 24 0.89 0 0.88 0.24 120.7 0.8 0.42
Hex 16 C1 18 59 0 58 18 79 50 2A
Octal 26 301 30 131 0 130 30 171 120 52
Binary 10110 11000001 11000 1011001 0 1011000 11000 1111001 1010000 101010

Color Harmonies of #16C118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C118

Black with #16C118

Text Example


Text Example

White with #16C118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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