Shades of Lime Green #2CD233
Tints of Lime Green #2CD233
RGB
CMYK
RGB Variations
Color information
#2CD233 (or 0x2CD233) is known color: Lime Green. HEX triplet: 2C, D2 and 33. RGB value is (44,210,51). Sum of RGB (Red+Green+Blue) = 44+210+51=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 210 (82.42% from 255 or 68.85% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 210 - color contains mainly: green. Hex color #2CD233 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD233 is #D32DCC. Grayscale: #8E8E8E. Windows color (decimal): -13839821 or 3396140. OLE color: 3396140.
HSL color Cylindrical-coordinate representation of color #2CD233: hue angle of 122.53º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD233 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 210 | 51 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.18 |
| HSL | 122.53º | 0.65% | 0.5% | - |
| HSV(B) | 122.53º | 0.79% | 0.82% | - |
| XYZ | 24.68 | 46.87 | 10.88 | - |
| YUV | 142.24 | 76.5 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 210 | 51 | 0.79 | 0 | 0.76 | 0.18 | 122.53 | 0.65 | 0.5 |
| Hex | 2C | D2 | 33 | 4F | 0 | 4C | 12 | 7B | 41 | 32 |
| Octal | 54 | 322 | 63 | 117 | 0 | 114 | 22 | 173 | 101 | 62 |
| Binary | 101100 | 11010010 | 110011 | 1001111 | 0 | 1001100 | 10010 | 1111011 | 1000001 | 110010 |
Color Harmonies of #2CD233
Complementary color
Monochromatic Colors of #2CD233
Black with #2CD233
Text Example
Text Example
White with #2CD233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD233; }
p { color: rgb(44,210,51); }
H1.HeaderClassName
{
color: #2CD233;
}
.AnyTagClassName
{
color: #2CD233;
}
</style>
background-color css
<style>
a { background-color: #2CD233; }
a { background-color: rgb(44,210,51); }
div.DivClassName
{
background-color: #2CD233;
}
.BgClassName
{
background-color: #2CD233;
}
</style>
border-color css
<style>
span { border-color: #2CD233; }
span { border-color: rgb(44,210,51); }
td.TdClassName
{
border-color: #2CD233;
}
.TagClassName
{
border-color: #2CD233;
}
</style>