Html Css Color HEX #11C016 Lime Green

📋 copy color: '#11C016'

red 17 ◦ green 192 ◦ blue 22

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

Shades of Lime Green #11C016

Tints of Lime Green #11C016

RGB

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

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

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

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

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #11C016: hue angle of 121.71º 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 #11C016 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 192 22 -
CMYK 0.91 0 0.89 0.25
HSL 121.71º 0.84% 0.41% -
HSV(B) 121.71º 0.91% 0.75% -
XYZ 19.23 37.88 7.06 -
YUV 120.3 72.52 54.32 -
System Red Green Blue C M Y K H S L
Decimal 17 192 22 0.91 0 0.89 0.25 121.71 0.84 0.41
Hex 11 C0 16 5B 0 59 19 7A 54 29
Octal 21 300 26 133 0 131 31 172 124 51
Binary 10001 11000000 10110 1011011 0 1011001 11001 1111010 1010100 101001

Color Harmonies of #11C016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C016

Black with #11C016

Text Example


Text Example

White with #11C016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11C016; }

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

 H1.HeaderClassName
 {
   color: #11C016;
 }
 .AnyTagClassName
 {
   color: #11C016;
 }
</style>

background-color css

<style>
 a { background-color: #11C016; }

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

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

border-color css

<style>
 span { border-color: #11C016; }

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

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