#11CD1B

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

Shades of Lime Green #11CD1B

Tints of Lime Green #11CD1B

Color information

#11CD1B (or 0x11CD1B) is unknown color: approx Lime Green. HEX triplet: 11, CD and 1B. RGB value is (17,205,27). Sum of RGB (Red+Green+Blue) = 17+205+27=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 205 (80.47% from 255 or 82.33% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 205 - color contains mainly: green. Hex color #11CD1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CD1B is #EE32E4. Grayscale: #818181. Windows color (decimal): -15610597 or 1821969. OLE color: 1821969.

HSL color Cylindrical-coordinate representation of color #11CD1B: hue angle of 123.19º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CD1B is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB1720527-
CMYK0.9200.870.20
HSL123.19º84.68%43.53%-
HSV(B)123.19º91.71%80.39%-
XYZ22.2643.868.33-
YUV128.570.7248.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.83%
GREEN value IS 205 (80.47% from 255) = 82.33%
BLUE value IS 27 (10.94% from 255) = 10.84%
R=6.83%
G=82.33%
B=10.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal17205270.9200.870.20123.1984.6843.53
Hex11CD1B5C057147b552c
Octal213153313401272417312554
Binary1000111001101110111011100010101111010011110111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11CD1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,205,27); }

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

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

 a { background-color: rgb(17,205,27); }

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

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

 span { border-color: rgb(17,205,27); }

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