#1cc10f

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

Shades of Lime Green #1CC10F

Tints of Lime Green #1CC10F

Color information

#1CC10F (or 0x1CC10F) is unknown color: approx Lime Green. HEX triplet: 1C, C1 and 0F. RGB value is (28,193,15). Sum of RGB (Red+Green+Blue) = 28+193+15=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 193 (75.78% from 255 or 81.78% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC10F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC10F is #E33EF0. Grayscale: #7B7B7B. Windows color (decimal): -14892785 or 1032476. OLE color: 1032476.

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

Color convert

RGB2819315-
CMYK0.8500.920.24
HSL115.62º85.58%40.78%-
HSV(B)115.62º92.23%75.69%-
XYZ19.6438.426.83-
YUV123.3766.8459.97-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.86%
GREEN value IS 193 (75.78% from 255) = 81.78%
BLUE value IS 15 (6.25% from 255) = 6.36%
R=11.86%
G=81.78%
B=6.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal28193150.8500.920.24115.6285.5840.78
Hex1CC1F5505C18745629
Octal343011712501343016412651
Binary111001100000111111010101010111001100011101001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cc10f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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