#1CC12C

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

Shades of Lime Green #1CC12C

Tints of Lime Green #1CC12C

Color information

#1CC12C (or 0x1CC12C) is unknown color: approx Lime Green. HEX triplet: 1C, C1 and 2C. RGB value is (28,193,44). Sum of RGB (Red+Green+Blue) = 28+193+44=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 193 (75.78% from 255 or 72.83% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC12C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC12C is #E33ED3. Grayscale: #7F7F7F. Windows color (decimal): -14892756 or 2933020. OLE color: 2933020.

HSL color Cylindrical-coordinate representation of color #1CC12C: hue angle of 125.82º 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 #1CC12C is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB2819344-
CMYK0.8500.770.24
HSL125.82º74.66%43.33%-
HSV(B)125.82º85.49%75.69%-
XYZ2038.578.77-
YUV126.6881.3457.62-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.57%
GREEN value IS 193 (75.78% from 255) = 72.83%
BLUE value IS 44 (17.58% from 255) = 16.60%
R=10.57%
G=72.83%
B=16.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal28193440.8500.770.24125.8274.6643.33
Hex1CC12C5504D187e4b2b
Octal343015412501153017611353
Binary11100110000011011001010101010011011100011111101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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