#11BE16

Color #11BE16 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #11BE16

Tints of Lime Green #11BE16

Color information

#11BE16 (or 0x11BE16) is unknown color: approx Lime Green. HEX triplet: 11, BE and 16. RGB value is (17,190,22). Sum of RGB (Red+Green+Blue) = 17+190+22=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 190 (74.61% from 255 or 82.97% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 190 - color contains mainly: green. Hex color #11BE16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BE16 is #EE41E9. Grayscale: #777777. Windows color (decimal): -15614442 or 1490449. OLE color: 1490449.

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

Color convert

RGB1719022-
CMYK0.9100.880.25
HSL121.73º83.57%40.59%-
HSV(B)121.73º91.05%74.51%-
XYZ18.79376.91-
YUV119.1273.1955.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 190 (74.61% from 255) = 82.97%
BLUE value IS 22 (8.98% from 255) = 9.61%
R=7.42%
G=82.97%
B=9.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17190220.9100.880.25121.7383.5740.59
Hex11BE165B058197a5429
Octal212762613301303117212451
Binary1000110111110101101011011010110001100111110101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11BE16;
 }
 .AnyTagClassName
 {
   color: #11BE16;
 }
</style>
background-color css

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

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

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

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

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

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