Shades of Lime Green #2CFC41
Tints of Lime Green #2CFC41
RGB
CMYK
RGB Variations
Color information
#2CFC41 (or 0x2CFC41) is known color: Lime Green. HEX triplet: 2C, FC and 41. RGB value is (44,252,65). Sum of RGB (Red+Green+Blue) = 44+252+65=361 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.19% from 361); Green value is 252 (98.83% from 255 or 69.81% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFC41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFC41 is #D303BE. Grayscale: #A9A9A9. Windows color (decimal): -13829055 or 4324396. OLE color: 4324396.
HSL color Cylindrical-coordinate representation of color #2CFC41: hue angle of 126.06º degrees, saturation: 0.97, 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 #2CFC41 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 65 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.01 |
| HSL | 126.06º | 0.97% | 0.58% | - |
| HSV(B) | 126.06º | 0.83% | 0.99% | - |
| XYZ | 36.8 | 70.54 | 16.68 | - |
| YUV | 168.49 | 69.59 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 65 | 0.83 | 0 | 0.74 | 0.01 | 126.06 | 0.97 | 0.58 |
| Hex | 2C | FC | 41 | 53 | 0 | 4A | 1 | 7E | 61 | 3A |
| Octal | 54 | 374 | 101 | 123 | 0 | 112 | 1 | 176 | 141 | 72 |
| Binary | 101100 | 11111100 | 1000001 | 1010011 | 0 | 1001010 | 1 | 1111110 | 1100001 | 111010 |
Color Harmonies of #2CFC41
Complementary color
Monochromatic Colors of #2CFC41
Black with #2CFC41
Text Example
Text Example
White with #2CFC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFC41; }
p { color: rgb(44,252,65); }
H1.HeaderClassName
{
color: #2CFC41;
}
.AnyTagClassName
{
color: #2CFC41;
}
</style>
background-color css
<style>
a { background-color: #2CFC41; }
a { background-color: rgb(44,252,65); }
div.DivClassName
{
background-color: #2CFC41;
}
.BgClassName
{
background-color: #2CFC41;
}
</style>
border-color css
<style>
span { border-color: #2CFC41; }
span { border-color: rgb(44,252,65); }
td.TdClassName
{
border-color: #2CFC41;
}
.TagClassName
{
border-color: #2CFC41;
}
</style>