Shades of Lime Green #1CC232
Tints of Lime Green #1CC232
RGB
CMYK
RGB Variations
Color information
#1CC232 (or 0x1CC232) is known color: Lime Green. HEX triplet: 1C, C2 and 32. RGB value is (28,194,50). Sum of RGB (Red+Green+Blue) = 28+194+50=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 194 (76.17% from 255 or 71.32% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC232 is #E33DCD. Grayscale: #808080. Windows color (decimal): -14892494 or 3326492. OLE color: 3326492.
HSL color Cylindrical-coordinate representation of color #1CC232: hue angle of 127.95º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC232 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 50 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.24 |
| HSL | 127.95º | 0.75% | 0.44% | - |
| HSV(B) | 127.95º | 0.86% | 0.76% | - |
| XYZ | 20.35 | 39.06 | 9.48 | - |
| YUV | 127.95 | 84 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 50 | 0.86 | 0 | 0.74 | 0.24 | 127.95 | 0.75 | 0.44 |
| Hex | 1C | C2 | 32 | 56 | 0 | 4A | 18 | 80 | 4B | 2C |
| Octal | 34 | 302 | 62 | 126 | 0 | 112 | 30 | 200 | 113 | 54 |
| Binary | 11100 | 11000010 | 110010 | 1010110 | 0 | 1001010 | 11000 | 10000000 | 1001011 | 101100 |
Color Harmonies of #1CC232
Complementary color
Monochromatic Colors of #1CC232
Black with #1CC232
Text Example
Text Example
White with #1CC232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC232; }
p { color: rgb(28,194,50); }
H1.HeaderClassName
{
color: #1CC232;
}
.AnyTagClassName
{
color: #1CC232;
}
</style>
background-color css
<style>
a { background-color: #1CC232; }
a { background-color: rgb(28,194,50); }
div.DivClassName
{
background-color: #1CC232;
}
.BgClassName
{
background-color: #1CC232;
}
</style>
border-color css
<style>
span { border-color: #1CC232; }
span { border-color: rgb(28,194,50); }
td.TdClassName
{
border-color: #1CC232;
}
.TagClassName
{
border-color: #1CC232;
}
</style>