#11CC1F

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

Shades of Lime Green #11CC1F

Tints of Lime Green #11CC1F

Color information

#11CC1F (or 0x11CC1F) is unknown color: approx Lime Green. HEX triplet: 11, CC and 1F. RGB value is (17,204,31). Sum of RGB (Red+Green+Blue) = 17+204+31=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 204 (80.08% from 255 or 80.95% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 204 - color contains mainly: green. Hex color #11CC1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CC1F is #EE33E0. Grayscale: #808080. Windows color (decimal): -15610849 or 2083857. OLE color: 2083857.

HSL color Cylindrical-coordinate representation of color #11CC1F: hue angle of 124.49º 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 #11CC1F is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB1720431-
CMYK0.9200.850.2
HSL124.49º84.62%43.33%-
HSV(B)124.49º91.67%80%-
XYZ22.0743.48.51-
YUV128.3673.0548.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.75%
GREEN value IS 204 (80.08% from 255) = 80.95%
BLUE value IS 31 (12.5% from 255) = 12.30%
R=6.75%
G=80.95%
B=12.30%

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
Decimal17204310.9200.850.2124.4984.6243.33
Hex11CC1F5C055147c552b
Octal213143713401252417412553
Binary1000111001100111111011100010101011010011111001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11CC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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