#1CC12B

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

Shades of Lime Green #1CC12B

Tints of Lime Green #1CC12B

Color information

#1CC12B (or 0x1CC12B) is unknown color: approx Lime Green. HEX triplet: 1C, C1 and 2B. RGB value is (28,193,43). Sum of RGB (Red+Green+Blue) = 28+193+43=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 193 (75.78% from 255 or 73.11% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC12B is #E33ED4. Grayscale: #7F7F7F. Windows color (decimal): -14892757 or 2867484. OLE color: 2867484.

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

Color convert

RGB2819343-
CMYK0.8500.780.24
HSL125.45º74.66%43.33%-
HSV(B)125.45º85.49%75.69%-
XYZ19.9838.568.68-
YUV126.5680.8457.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.61%
GREEN value IS 193 (75.78% from 255) = 73.11%
BLUE value IS 43 (17.19% from 255) = 16.29%
R=10.61%
G=73.11%
B=16.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal28193430.8500.780.24125.4574.6643.33
Hex1CC12B5504E187d4b2b
Octal343015312501163017511353
Binary11100110000011010111010101010011101100011111011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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