Shades of Lime Green #2CFD36
Tints of Lime Green #2CFD36
RGB
CMYK
RGB Variations
Color information
#2CFD36 (or 0x2CFD36) is known color: Lime Green. HEX triplet: 2C, FD and 36. RGB value is (44,253,54). Sum of RGB (Red+Green+Blue) = 44+253+54=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 253 (99.22% from 255 or 72.08% from 351); Blue value is 54 (21.48% from 255 or 15.38% from 351); Max value from RGB is 253 - color contains mainly: green. Hex color #2CFD36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFD36 is #D302C9. Grayscale: #A8A8A8. Windows color (decimal): -13828810 or 3603756. OLE color: 3603756.
HSL color Cylindrical-coordinate representation of color #2CFD36: hue angle of 122.87º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFD36 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 253 | 54 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.01 |
| HSL | 122.87º | 0.98% | 0.58% | - |
| HSV(B) | 122.87º | 0.83% | 0.99% | - |
| XYZ | 36.83 | 71.05 | 15.26 | - |
| YUV | 167.82 | 63.76 | 39.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 253 | 54 | 0.83 | 0 | 0.79 | 0.01 | 122.87 | 0.98 | 0.58 |
| Hex | 2C | FD | 36 | 53 | 0 | 4F | 1 | 7B | 62 | 3A |
| Octal | 54 | 375 | 66 | 123 | 0 | 117 | 1 | 173 | 142 | 72 |
| Binary | 101100 | 11111101 | 110110 | 1010011 | 0 | 1001111 | 1 | 1111011 | 1100010 | 111010 |
Color Harmonies of #2CFD36
Complementary color
Monochromatic Colors of #2CFD36
Black with #2CFD36
Text Example
Text Example
White with #2CFD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFD36; }
p { color: rgb(44,253,54); }
H1.HeaderClassName
{
color: #2CFD36;
}
.AnyTagClassName
{
color: #2CFD36;
}
</style>
background-color css
<style>
a { background-color: #2CFD36; }
a { background-color: rgb(44,253,54); }
div.DivClassName
{
background-color: #2CFD36;
}
.BgClassName
{
background-color: #2CFD36;
}
</style>
border-color css
<style>
span { border-color: #2CFD36; }
span { border-color: rgb(44,253,54); }
td.TdClassName
{
border-color: #2CFD36;
}
.TagClassName
{
border-color: #2CFD36;
}
</style>