Shades of Lime Green #1CC235
Tints of Lime Green #1CC235
RGB
CMYK
RGB Variations
Color information
#1CC235 (or 0x1CC235) is known color: Lime Green. HEX triplet: 1C, C2 and 35. RGB value is (28,194,53). Sum of RGB (Red+Green+Blue) = 28+194+53=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 194 (76.17% from 255 or 70.55% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC235 is #E33DCA. Grayscale: #808080. Windows color (decimal): -14892491 or 3523100. OLE color: 3523100.
HSL color Cylindrical-coordinate representation of color #1CC235: hue angle of 129.04º 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 #1CC235 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 53 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.24 |
| HSL | 129.04º | 0.75% | 0.44% | - |
| HSV(B) | 129.04º | 0.86% | 0.76% | - |
| XYZ | 20.41 | 39.09 | 9.84 | - |
| YUV | 128.29 | 85.5 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 53 | 0.86 | 0 | 0.73 | 0.24 | 129.04 | 0.75 | 0.44 |
| Hex | 1C | C2 | 35 | 56 | 0 | 49 | 18 | 81 | 4B | 2C |
| Octal | 34 | 302 | 65 | 126 | 0 | 111 | 30 | 201 | 113 | 54 |
| Binary | 11100 | 11000010 | 110101 | 1010110 | 0 | 1001001 | 11000 | 10000001 | 1001011 | 101100 |
Color Harmonies of #1CC235
Complementary color
Monochromatic Colors of #1CC235
Black with #1CC235
Text Example
Text Example
White with #1CC235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC235; }
p { color: rgb(28,194,53); }
H1.HeaderClassName
{
color: #1CC235;
}
.AnyTagClassName
{
color: #1CC235;
}
</style>
background-color css
<style>
a { background-color: #1CC235; }
a { background-color: rgb(28,194,53); }
div.DivClassName
{
background-color: #1CC235;
}
.BgClassName
{
background-color: #1CC235;
}
</style>
border-color css
<style>
span { border-color: #1CC235; }
span { border-color: rgb(28,194,53); }
td.TdClassName
{
border-color: #1CC235;
}
.TagClassName
{
border-color: #1CC235;
}
</style>