Html Css Color HEX #16C11D Lime Green

📋 copy color: '#16C11D'

red 22 ◦ green 193 ◦ blue 29

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

Shades of Lime Green #16C11D

Tints of Lime Green #16C11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.89%

R = 9.02%
G = 79.1%
B = 11.89%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#16C11D (or 0x16C11D) is known color: Lime Green. HEX triplet: 16, C1 and 1D. RGB value is (22,193,29). Sum of RGB (Red+Green+Blue) = 22+193+29=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 193 (75.78% from 255 or 79.10% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 193 - color contains mainly: green. Hex color #16C11D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C11D is #E93EE2. Grayscale: #7B7B7B. Windows color (decimal): -15285987 or 1949974. OLE color: 1949974.

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

Color convert

RGB 22 193 29 -
CMYK 0.89 0 0.85 0.24
HSL 122.46º 0.8% 0.42% -
HSV(B) 122.46º 0.89% 0.76% -
XYZ 19.62 38.4 7.54 -
YUV 123.18 74.85 55.84 -
System Red Green Blue C M Y K H S L
Decimal 22 193 29 0.89 0 0.85 0.24 122.46 0.8 0.42
Hex 16 C1 1D 59 0 55 18 7A 50 2A
Octal 26 301 35 131 0 125 30 172 120 52
Binary 10110 11000001 11101 1011001 0 1010101 11000 1111010 1010000 101010

Color Harmonies of #16C11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C11D

Black with #16C11D

Text Example


Text Example

White with #16C11D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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