Shades of Lime Green #2CDC30
Tints of Lime Green #2CDC30
RGB
CMYK
RGB Variations
Color information
#2CDC30 (or 0x2CDC30) is known color: Lime Green. HEX triplet: 2C, DC and 30. RGB value is (44,220,48). Sum of RGB (Red+Green+Blue) = 44+220+48=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 220 (86.33% from 255 or 70.51% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDC30 is #D323CF. Grayscale: #949494. Windows color (decimal): -13837264 or 3202092. OLE color: 3202092.
HSL color Cylindrical-coordinate representation of color #2CDC30: hue angle of 121.36º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDC30 is Cyan = 0.8, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 48 | - |
| CMYK | 0.8 | 0 | 0.78 | 0.14 |
| HSL | 121.36º | 0.72% | 0.52% | - |
| HSV(B) | 121.36º | 0.8% | 0.86% | - |
| XYZ | 27.17 | 51.94 | 11.39 | - |
| YUV | 147.77 | 71.69 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 48 | 0.8 | 0 | 0.78 | 0.14 | 121.36 | 0.72 | 0.52 |
| Hex | 2C | DC | 30 | 50 | 0 | 4E | E | 79 | 48 | 34 |
| Octal | 54 | 334 | 60 | 120 | 0 | 116 | 16 | 171 | 110 | 64 |
| Binary | 101100 | 11011100 | 110000 | 1010000 | 0 | 1001110 | 1110 | 1111001 | 1001000 | 110100 |
Color Harmonies of #2CDC30
Complementary color
Monochromatic Colors of #2CDC30
Black with #2CDC30
Text Example
Text Example
White with #2CDC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDC30; }
p { color: rgb(44,220,48); }
H1.HeaderClassName
{
color: #2CDC30;
}
.AnyTagClassName
{
color: #2CDC30;
}
</style>
background-color css
<style>
a { background-color: #2CDC30; }
a { background-color: rgb(44,220,48); }
div.DivClassName
{
background-color: #2CDC30;
}
.BgClassName
{
background-color: #2CDC30;
}
</style>
border-color css
<style>
span { border-color: #2CDC30; }
span { border-color: rgb(44,220,48); }
td.TdClassName
{
border-color: #2CDC30;
}
.TagClassName
{
border-color: #2CDC30;
}
</style>