#11C815

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

Shades of Lime Green #11C815

Tints of Lime Green #11C815

Color information

#11C815 (or 0x11C815) is unknown color: approx Lime Green. HEX triplet: 11, C8 and 15. RGB value is (17,200,21). Sum of RGB (Red+Green+Blue) = 17+200+21=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 200 (78.52% from 255 or 84.03% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 200 - color contains mainly: green. Hex color #11C815 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C815 is #EE37EA. Grayscale: #7D7D7D. Windows color (decimal): -15611883 or 1427473. OLE color: 1427473.

HSL color Cylindrical-coordinate representation of color #11C815: hue angle of 121.31º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11C815 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB1720021-
CMYK0.9200.900.22
HSL121.31º84.33%42.55%-
HSV(B)121.31º91.5%78.43%-
XYZ21.0241.487.61-
YUV124.8869.3751.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.14%
GREEN value IS 200 (78.52% from 255) = 84.03%
BLUE value IS 21 (8.59% from 255) = 8.82%
R=7.14%
G=84.03%
B=8.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17200210.9200.900.22121.3184.3342.55
Hex11C8155C05A1679542b
Octal213102513401322617112453
Binary1000111001000101011011100010110101011011110011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,200,21); }

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

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

 a { background-color: rgb(17,200,21); }

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

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

 span { border-color: rgb(17,200,21); }

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