#11C61A

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

Shades of Lime Green #11C61A

Tints of Lime Green #11C61A

Color information

#11C61A (or 0x11C61A) is unknown color: approx Lime Green. HEX triplet: 11, C6 and 1A. RGB value is (17,198,26). Sum of RGB (Red+Green+Blue) = 17+198+26=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 198 (77.73% from 255 or 82.16% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 198 - color contains mainly: green. Hex color #11C61A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C61A is #EE39E5. Grayscale: #7C7C7C. Windows color (decimal): -15612390 or 1754641. OLE color: 1754641.

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

Color convert

RGB1719826-
CMYK0.9100.870.22
HSL122.98º84.19%42.16%-
HSV(B)122.98º91.41%77.65%-
XYZ20.6140.587.72-
YUV124.2772.5351.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 198 (77.73% from 255) = 82.16%
BLUE value IS 26 (10.55% from 255) = 10.79%
R=7.05%
G=82.16%
B=10.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17198260.9100.870.22122.9884.1942.16
Hex11C61A5B057167b542a
Octal213063213301272617312452
Binary1000111000110110101011011010101111011011110111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,198,26); }

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

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

 a { background-color: rgb(17,198,26); }

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

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

 span { border-color: rgb(17,198,26); }

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