Shades of Lime Green #1CC307
Tints of Lime Green #1CC307
RGB
CMYK
RGB Variations
Color information
#1CC307 (or 0x1CC307) is known color: Lime Green. HEX triplet: 1C, C3 and 07. RGB value is (28,195,7). Sum of RGB (Red+Green+Blue) = 28+195+7=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 195 (76.56% from 255 or 84.78% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC307 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC307 is #E33CF8. Grayscale: #7C7C7C. Windows color (decimal): -14892281 or 508700. OLE color: 508700.
HSL color Cylindrical-coordinate representation of color #1CC307: hue angle of 113.3º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1CC307 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 195 | 7 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.24 |
| HSL | 113.3º | 0.93% | 0.4% | - |
| HSV(B) | 113.3º | 0.96% | 0.76% | - |
| XYZ | 20.03 | 39.29 | 6.73 | - |
| YUV | 123.64 | 62.17 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 195 | 7 | 0.86 | 0 | 0.96 | 0.24 | 113.3 | 0.93 | 0.4 |
| Hex | 1C | C3 | 7 | 56 | 0 | 60 | 18 | 71 | 5D | 28 |
| Octal | 34 | 303 | 7 | 126 | 0 | 140 | 30 | 161 | 135 | 50 |
| Binary | 11100 | 11000011 | 111 | 1010110 | 0 | 1100000 | 11000 | 1110001 | 1011101 | 101000 |
Color Harmonies of #1CC307
Complementary color
Monochromatic Colors of #1CC307
Black with #1CC307
Text Example
Text Example
White with #1CC307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC307; }
p { color: rgb(28,195,7); }
H1.HeaderClassName
{
color: #1CC307;
}
.AnyTagClassName
{
color: #1CC307;
}
</style>
background-color css
<style>
a { background-color: #1CC307; }
a { background-color: rgb(28,195,7); }
div.DivClassName
{
background-color: #1CC307;
}
.BgClassName
{
background-color: #1CC307;
}
</style>
border-color css
<style>
span { border-color: #1CC307; }
span { border-color: rgb(28,195,7); }
td.TdClassName
{
border-color: #1CC307;
}
.TagClassName
{
border-color: #1CC307;
}
</style>