Shades of Lime Green #1CBC30
Tints of Lime Green #1CBC30
RGB
CMYK
RGB Variations
Color information
#1CBC30 (or 0x1CBC30) is known color: Lime Green. HEX triplet: 1C, BC and 30. RGB value is (28,188,48). Sum of RGB (Red+Green+Blue) = 28+188+48=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 188 (73.83% from 255 or 71.21% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBC30 is #E343CF. Grayscale: #7C7C7C. Windows color (decimal): -14894032 or 3193884. OLE color: 3193884.
HSL color Cylindrical-coordinate representation of color #1CBC30: hue angle of 127.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC30 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 48 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.26 |
| HSL | 127.5º | 0.74% | 0.42% | - |
| HSV(B) | 127.5º | 0.85% | 0.74% | - |
| XYZ | 19 | 36.43 | 8.83 | - |
| YUV | 124.2 | 84.99 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 48 | 0.85 | 0 | 0.74 | 0.26 | 127.5 | 0.74 | 0.42 |
| Hex | 1C | BC | 30 | 55 | 0 | 4A | 1A | 80 | 4A | 2A |
| Octal | 34 | 274 | 60 | 125 | 0 | 112 | 32 | 200 | 112 | 52 |
| Binary | 11100 | 10111100 | 110000 | 1010101 | 0 | 1001010 | 11010 | 10000000 | 1001010 | 101010 |
Color Harmonies of #1CBC30
Complementary color
Monochromatic Colors of #1CBC30
Black with #1CBC30
Text Example
Text Example
White with #1CBC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC30; }
p { color: rgb(28,188,48); }
H1.HeaderClassName
{
color: #1CBC30;
}
.AnyTagClassName
{
color: #1CBC30;
}
</style>
background-color css
<style>
a { background-color: #1CBC30; }
a { background-color: rgb(28,188,48); }
div.DivClassName
{
background-color: #1CBC30;
}
.BgClassName
{
background-color: #1CBC30;
}
</style>
border-color css
<style>
span { border-color: #1CBC30; }
span { border-color: rgb(28,188,48); }
td.TdClassName
{
border-color: #1CBC30;
}
.TagClassName
{
border-color: #1CBC30;
}
</style>