Shades of Lime Green #2CCB15
Tints of Lime Green #2CCB15
RGB
CMYK
RGB Variations
Color information
#2CCB15 (or 0x2CCB15) is known color: Lime Green. HEX triplet: 2C, CB and 15. RGB value is (44,203,21). Sum of RGB (Red+Green+Blue) = 44+203+21=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 203 (79.69% from 255 or 75.75% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCB15 is #D334EA. Grayscale: #878787. Windows color (decimal): -13841643 or 1428268. OLE color: 1428268.
HSL color Cylindrical-coordinate representation of color #2CCB15: hue angle of 112.42º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CCB15 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 203 | 21 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.20 |
| HSL | 112.42º | 0.81% | 0.44% | - |
| HSV(B) | 112.42º | 0.9% | 0.8% | - |
| XYZ | 22.53 | 43.3 | 7.88 | - |
| YUV | 134.71 | 63.82 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 203 | 21 | 0.78 | 0 | 0.90 | 0.20 | 112.42 | 0.81 | 0.44 |
| Hex | 2C | CB | 15 | 4E | 0 | 5A | 14 | 70 | 51 | 2C |
| Octal | 54 | 313 | 25 | 116 | 0 | 132 | 24 | 160 | 121 | 54 |
| Binary | 101100 | 11001011 | 10101 | 1001110 | 0 | 1011010 | 10100 | 1110000 | 1010001 | 101100 |
Color Harmonies of #2CCB15
Complementary color
Monochromatic Colors of #2CCB15
Black with #2CCB15
Text Example
Text Example
White with #2CCB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCB15; }
p { color: rgb(44,203,21); }
H1.HeaderClassName
{
color: #2CCB15;
}
.AnyTagClassName
{
color: #2CCB15;
}
</style>
background-color css
<style>
a { background-color: #2CCB15; }
a { background-color: rgb(44,203,21); }
div.DivClassName
{
background-color: #2CCB15;
}
.BgClassName
{
background-color: #2CCB15;
}
</style>
border-color css
<style>
span { border-color: #2CCB15; }
span { border-color: rgb(44,203,21); }
td.TdClassName
{
border-color: #2CCB15;
}
.TagClassName
{
border-color: #2CCB15;
}
</style>