Shades of Lime Green #2CD325
Tints of Lime Green #2CD325
RGB
CMYK
RGB Variations
Color information
#2CD325 (or 0x2CD325) is known color: Lime Green. HEX triplet: 2C, D3 and 25. RGB value is (44,211,37). Sum of RGB (Red+Green+Blue) = 44+211+37=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 211 (82.81% from 255 or 72.26% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 211 - color contains mainly: green. Hex color #2CD325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD325 is #D32CDA. Grayscale: #8D8D8D. Windows color (decimal): -13839579 or 2478892. OLE color: 2478892.
HSL color Cylindrical-coordinate representation of color #2CD325: hue angle of 117.59º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CD325 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 44 | 211 | 37 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.17 |
| HSL | 117.59º | 0.7% | 0.49% | - |
| HSV(B) | 117.59º | 0.82% | 0.83% | - |
| XYZ | 24.67 | 47.26 | 9.57 | - |
| YUV | 141.23 | 69.17 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 211 | 37 | 0.79 | 0 | 0.82 | 0.17 | 117.59 | 0.7 | 0.49 |
| Hex | 2C | D3 | 25 | 4F | 0 | 52 | 11 | 76 | 46 | 31 |
| Octal | 54 | 323 | 45 | 117 | 0 | 122 | 21 | 166 | 106 | 61 |
| Binary | 101100 | 11010011 | 100101 | 1001111 | 0 | 1010010 | 10001 | 1110110 | 1000110 | 110001 |
Color Harmonies of #2CD325
Complementary color
Monochromatic Colors of #2CD325
Black with #2CD325
Text Example
Text Example
White with #2CD325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD325; }
p { color: rgb(44,211,37); }
H1.HeaderClassName
{
color: #2CD325;
}
.AnyTagClassName
{
color: #2CD325;
}
</style>
background-color css
<style>
a { background-color: #2CD325; }
a { background-color: rgb(44,211,37); }
div.DivClassName
{
background-color: #2CD325;
}
.BgClassName
{
background-color: #2CD325;
}
</style>
border-color css
<style>
span { border-color: #2CD325; }
span { border-color: rgb(44,211,37); }
td.TdClassName
{
border-color: #2CD325;
}
.TagClassName
{
border-color: #2CD325;
}
</style>