#11CC1E

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

Shades of Lime Green #11CC1E

Tints of Lime Green #11CC1E

Color information

#11CC1E (or 0x11CC1E) is unknown color: approx Lime Green. HEX triplet: 11, CC and 1E. RGB value is (17,204,30). Sum of RGB (Red+Green+Blue) = 17+204+30=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 204 (80.08% from 255 or 81.27% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 204 - color contains mainly: green. Hex color #11CC1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CC1E is #EE33E1. Grayscale: #808080. Windows color (decimal): -15610850 or 2018321. OLE color: 2018321.

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

Color convert

RGB1720430-
CMYK0.9200.850.2
HSL124.17º84.62%43.33%-
HSV(B)124.17º91.67%80%-
XYZ22.0643.48.44-
YUV128.2572.5548.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.77%
GREEN value IS 204 (80.08% from 255) = 81.27%
BLUE value IS 30 (12.11% from 255) = 11.95%
R=6.77%
G=81.27%
B=11.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal17204300.9200.850.2124.1784.6243.33
Hex11CC1E5C055147c552b
Octal213143613401252417412553
Binary1000111001100111101011100010101011010011111001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11CC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,204,30); }

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

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

 a { background-color: rgb(17,204,30); }

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

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

 span { border-color: rgb(17,204,30); }

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