Shades of Lime Green #1CC236
Tints of Lime Green #1CC236
RGB
CMYK
RGB Variations
Color information
#1CC236 (or 0x1CC236) is known color: Lime Green. HEX triplet: 1C, C2 and 36. RGB value is (28,194,54). Sum of RGB (Red+Green+Blue) = 28+194+54=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 194 (76.17% from 255 or 70.29% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC236 is #E33DC9. Grayscale: #808080. Windows color (decimal): -14892490 or 3588636. OLE color: 3588636.
HSL color Cylindrical-coordinate representation of color #1CC236: hue angle of 129.4º 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 #1CC236 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 54 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.24 |
| HSL | 129.4º | 0.75% | 0.44% | - |
| HSV(B) | 129.4º | 0.86% | 0.76% | - |
| XYZ | 20.44 | 39.1 | 9.96 | - |
| YUV | 128.41 | 86 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 54 | 0.86 | 0 | 0.72 | 0.24 | 129.4 | 0.75 | 0.44 |
| Hex | 1C | C2 | 36 | 56 | 0 | 48 | 18 | 81 | 4B | 2C |
| Octal | 34 | 302 | 66 | 126 | 0 | 110 | 30 | 201 | 113 | 54 |
| Binary | 11100 | 11000010 | 110110 | 1010110 | 0 | 1001000 | 11000 | 10000001 | 1001011 | 101100 |
Color Harmonies of #1CC236
Complementary color
Monochromatic Colors of #1CC236
Black with #1CC236
Text Example
Text Example
White with #1CC236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC236; }
p { color: rgb(28,194,54); }
H1.HeaderClassName
{
color: #1CC236;
}
.AnyTagClassName
{
color: #1CC236;
}
</style>
background-color css
<style>
a { background-color: #1CC236; }
a { background-color: rgb(28,194,54); }
div.DivClassName
{
background-color: #1CC236;
}
.BgClassName
{
background-color: #1CC236;
}
</style>
border-color css
<style>
span { border-color: #1CC236; }
span { border-color: rgb(28,194,54); }
td.TdClassName
{
border-color: #1CC236;
}
.TagClassName
{
border-color: #1CC236;
}
</style>