#11F900

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

Shades of Lime #11F900

Tints of Lime #11F900

Color information

#11F900 (or 0x11F900) is unknown color: approx Lime. HEX triplet: 11, F9 and 00. RGB value is (17,249,0). Sum of RGB (Red+Green+Blue) = 17+249+0=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 249 (97.66% from 255 or 93.61% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 249 - color contains mainly: green. Hex color #11F900 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11F900 is #EE06FF. Grayscale: #989898. Windows color (decimal): -15599360 or 63761. OLE color: 63761.

HSL color Cylindrical-coordinate representation of color #11F900: hue angle of 115.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11F900 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB172490-
CMYK0.93010.02
HSL115.9º100%48.82%-
HSV(B)115.9º100%97.65%-
XYZ34.1167.8711.3-
YUV151.2542.6432.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.39%
GREEN value IS 249 (97.66% from 255) = 93.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=6.39%
G=93.61%
B=0%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1724900.93010.02115.910048.82
Hex11F905D0642746431
Octal2137101350144216414461
Binary100011111100101011101011001001011101001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11F900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,249,0); }

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

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

 a { background-color: rgb(17,249,0); }

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

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

 span { border-color: rgb(17,249,0); }

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