Html Css Color HEX #16C011 Lime Green

📋 copy color: '#16C011'

red 22 ◦ green 192 ◦ blue 17

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

Shades of Lime Green #16C011

Tints of Lime Green #16C011

RGB

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

 GREEN value IS 192 (75.39% from 255) = 83.12%

 BLUE value IS 17 (7.03% from 255) = 7.36%

R = 9.52%
G = 83.12%
B = 7.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#16C011 (or 0x16C011) is known color: Lime Green. HEX triplet: 16, C0 and 11. RGB value is (22,192,17). Sum of RGB (Red+Green+Blue) = 22+192+17=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 192 (75.39% from 255 or 83.12% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 192 - color contains mainly: green. Hex color #16C011 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C011 is #E93FEE. Grayscale: #797979. Windows color (decimal): -15286255 or 1163286. OLE color: 1163286.

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

Color convert

RGB 22 192 17 -
CMYK 0.89 0 0.91 0.25
HSL 118.29º 0.84% 0.41% -
HSV(B) 118.29º 0.91% 0.75% -
XYZ 19.28 37.91 6.83 -
YUV 121.22 69.18 57.23 -
System Red Green Blue C M Y K H S L
Decimal 22 192 17 0.89 0 0.91 0.25 118.29 0.84 0.41
Hex 16 C0 11 59 0 5B 19 76 54 29
Octal 26 300 21 131 0 133 31 166 124 51
Binary 10110 11000000 10001 1011001 0 1011011 11001 1110110 1010100 101001

Color Harmonies of #16C011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C011

Black with #16C011

Text Example


Text Example

White with #16C011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,192,17); }

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

background-color css

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

 a { background-color: rgb(22,192,17); }

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

border-color css

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

 span { border-color: rgb(22,192,17); }

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