#11C317

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

Shades of Lime Green #11C317

Tints of Lime Green #11C317

Color information

#11C317 (or 0x11C317) is unknown color: approx Lime Green. HEX triplet: 11, C3 and 17. RGB value is (17,195,23). Sum of RGB (Red+Green+Blue) = 17+195+23=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 195 (76.56% from 255 or 82.98% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 195 - color contains mainly: green. Hex color #11C317 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C317 is #EE3CE8. Grayscale: #7A7A7A. Windows color (decimal): -15613161 or 1557265. OLE color: 1557265.

HSL color Cylindrical-coordinate representation of color #11C317: hue angle of 122.02º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C317 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB1719523-
CMYK0.9100.880.24
HSL122.02º83.96%41.57%-
HSV(B)122.02º91.28%76.47%-
XYZ19.939.217.33-
YUV122.1772.0352.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.23%
GREEN value IS 195 (76.56% from 255) = 82.98%
BLUE value IS 23 (9.38% from 255) = 9.79%
R=7.23%
G=82.98%
B=9.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17195230.9100.880.24122.0283.9641.57
Hex11C3175B058187a542a
Octal213032713301303017212452
Binary1000111000011101111011011010110001100011110101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,195,23); }

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

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

 a { background-color: rgb(17,195,23); }

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

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

 span { border-color: rgb(17,195,23); }

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