Shades of Lime Green #2CD33C
Tints of Lime Green #2CD33C
RGB
CMYK
RGB Variations
Color information
#2CD33C (or 0x2CD33C) is known color: Lime Green. HEX triplet: 2C, D3 and 3C. RGB value is (44,211,60). Sum of RGB (Red+Green+Blue) = 44+211+60=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 211 (82.81% from 255 or 66.98% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 211 - color contains mainly: green. Hex color #2CD33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD33C is #D32CC3. Grayscale: #909090. Windows color (decimal): -13839556 or 3986220. OLE color: 3986220.
HSL color Cylindrical-coordinate representation of color #2CD33C: hue angle of 125.75º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD33C is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 44 | 211 | 60 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.17 |
| HSL | 125.75º | 0.65% | 0.5% | - |
| HSV(B) | 125.75º | 0.79% | 0.83% | - |
| XYZ | 25.15 | 47.45 | 12.11 | - |
| YUV | 143.85 | 80.67 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 211 | 60 | 0.79 | 0 | 0.72 | 0.17 | 125.75 | 0.65 | 0.5 |
| Hex | 2C | D3 | 3C | 4F | 0 | 48 | 11 | 7E | 41 | 32 |
| Octal | 54 | 323 | 74 | 117 | 0 | 110 | 21 | 176 | 101 | 62 |
| Binary | 101100 | 11010011 | 111100 | 1001111 | 0 | 1001000 | 10001 | 1111110 | 1000001 | 110010 |
Color Harmonies of #2CD33C
Complementary color
Monochromatic Colors of #2CD33C
Black with #2CD33C
Text Example
Text Example
White with #2CD33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD33C; }
p { color: rgb(44,211,60); }
H1.HeaderClassName
{
color: #2CD33C;
}
.AnyTagClassName
{
color: #2CD33C;
}
</style>
background-color css
<style>
a { background-color: #2CD33C; }
a { background-color: rgb(44,211,60); }
div.DivClassName
{
background-color: #2CD33C;
}
.BgClassName
{
background-color: #2CD33C;
}
</style>
border-color css
<style>
span { border-color: #2CD33C; }
span { border-color: rgb(44,211,60); }
td.TdClassName
{
border-color: #2CD33C;
}
.TagClassName
{
border-color: #2CD33C;
}
</style>