Shades of Lime Green #2CD515
Tints of Lime Green #2CD515
RGB
CMYK
RGB Variations
Color information
#2CD515 (or 0x2CD515) is known color: Lime Green. HEX triplet: 2C, D5 and 15. RGB value is (44,213,21). Sum of RGB (Red+Green+Blue) = 44+213+21=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 213 (83.59% from 255 or 76.62% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD515 is #D32AEA. Grayscale: #8D8D8D. Windows color (decimal): -13839083 or 1430828. OLE color: 1430828.
HSL color Cylindrical-coordinate representation of color #2CD515: hue angle of 112.81º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CD515 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 213 | 21 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.16 |
| HSL | 112.81º | 0.82% | 0.46% | - |
| HSV(B) | 112.81º | 0.9% | 0.84% | - |
| XYZ | 24.97 | 48.18 | 8.69 | - |
| YUV | 140.58 | 60.51 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 213 | 21 | 0.79 | 0 | 0.90 | 0.16 | 112.81 | 0.82 | 0.46 |
| Hex | 2C | D5 | 15 | 4F | 0 | 5A | 10 | 71 | 52 | 2E |
| Octal | 54 | 325 | 25 | 117 | 0 | 132 | 20 | 161 | 122 | 56 |
| Binary | 101100 | 11010101 | 10101 | 1001111 | 0 | 1011010 | 10000 | 1110001 | 1010010 | 101110 |
Color Harmonies of #2CD515
Complementary color
Monochromatic Colors of #2CD515
Black with #2CD515
Text Example
Text Example
White with #2CD515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD515; }
p { color: rgb(44,213,21); }
H1.HeaderClassName
{
color: #2CD515;
}
.AnyTagClassName
{
color: #2CD515;
}
</style>
background-color css
<style>
a { background-color: #2CD515; }
a { background-color: rgb(44,213,21); }
div.DivClassName
{
background-color: #2CD515;
}
.BgClassName
{
background-color: #2CD515;
}
</style>
border-color css
<style>
span { border-color: #2CD515; }
span { border-color: rgb(44,213,21); }
td.TdClassName
{
border-color: #2CD515;
}
.TagClassName
{
border-color: #2CD515;
}
</style>