#1cc11f

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

Shades of Lime Green #1CC11F

Tints of Lime Green #1CC11F

Color information

#1CC11F (or 0x1CC11F) is unknown color: approx Lime Green. HEX triplet: 1C, C1 and 1F. RGB value is (28,193,31). Sum of RGB (Red+Green+Blue) = 28+193+31=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 193 (75.78% from 255 or 76.59% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC11F is #E33EE0. Grayscale: #7D7D7D. Windows color (decimal): -14892769 or 2081052. OLE color: 2081052.

HSL color Cylindrical-coordinate representation of color #1CC11F: hue angle of 121.09º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC11F is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB2819331-
CMYK0.8500.840.24
HSL121.09º74.66%43.33%-
HSV(B)121.09º85.49%75.69%-
XYZ19.838.497.68-
YUV125.274.8458.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.11%
GREEN value IS 193 (75.78% from 255) = 76.59%
BLUE value IS 31 (12.5% from 255) = 12.30%
R=11.11%
G=76.59%
B=12.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal28193310.8500.840.24121.0974.6643.33
Hex1CC11F5505418794b2b
Octal343013712501243017111353
Binary1110011000001111111010101010101001100011110011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cc11f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1cc11f; }

 p { color: rgb(28,193,31); }

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

<style>
 a { background-color: #1cc11f; }

 a { background-color: rgb(28,193,31); }

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

<style>
 span { border-color: #1cc11f; }

 span { border-color: rgb(28,193,31); }

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