Shades of Lime Green #1CCD2B
Tints of Lime Green #1CCD2B
RGB
CMYK
RGB Variations
Color information
#1CCD2B (or 0x1CCD2B) is known color: Lime Green. HEX triplet: 1C, CD and 2B. RGB value is (28,205,43). Sum of RGB (Red+Green+Blue) = 28+205+43=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 205 (80.47% from 255 or 74.28% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCD2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCD2B is #E332D4. Grayscale: #868686. Windows color (decimal): -14889685 or 2870556. OLE color: 2870556.
HSL color Cylindrical-coordinate representation of color #1CCD2B: hue angle of 125.08º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCD2B is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 205 | 43 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.20 |
| HSL | 125.08º | 0.76% | 0.46% | - |
| HSV(B) | 125.08º | 0.86% | 0.8% | - |
| XYZ | 22.75 | 44.08 | 9.6 | - |
| YUV | 133.61 | 76.86 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 205 | 43 | 0.86 | 0 | 0.79 | 0.20 | 125.08 | 0.76 | 0.46 |
| Hex | 1C | CD | 2B | 56 | 0 | 4F | 14 | 7D | 4C | 2E |
| Octal | 34 | 315 | 53 | 126 | 0 | 117 | 24 | 175 | 114 | 56 |
| Binary | 11100 | 11001101 | 101011 | 1010110 | 0 | 1001111 | 10100 | 1111101 | 1001100 | 101110 |
Color Harmonies of #1CCD2B
Complementary color
Monochromatic Colors of #1CCD2B
Black with #1CCD2B
Text Example
Text Example
White with #1CCD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCD2B; }
p { color: rgb(28,205,43); }
H1.HeaderClassName
{
color: #1CCD2B;
}
.AnyTagClassName
{
color: #1CCD2B;
}
</style>
background-color css
<style>
a { background-color: #1CCD2B; }
a { background-color: rgb(28,205,43); }
div.DivClassName
{
background-color: #1CCD2B;
}
.BgClassName
{
background-color: #1CCD2B;
}
</style>
border-color css
<style>
span { border-color: #1CCD2B; }
span { border-color: rgb(28,205,43); }
td.TdClassName
{
border-color: #1CCD2B;
}
.TagClassName
{
border-color: #1CCD2B;
}
</style>