Shades of Lime Green #2CFF3E
Tints of Lime Green #2CFF3E
RGB
CMYK
RGB Variations
Color information
#2CFF3E (or 0x2CFF3E) is known color: Lime Green. HEX triplet: 2C, FF and 3E. RGB value is (44,255,62). Sum of RGB (Red+Green+Blue) = 44+255+62=361 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.19% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFF3E is #D300C1. Grayscale: #AAAAAA. Windows color (decimal): -13828290 or 4128556. OLE color: 4128556.
HSL color Cylindrical-coordinate representation of color #2CFF3E: hue angle of 125.12º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFF3E is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 62 | - |
| CMYK | 0.83 | 0 | 0.76 | 0 |
| HSL | 125.12º | 1% | 0.59% | - |
| HSV(B) | 125.12º | 0.83% | 1% | - |
| XYZ | 37.67 | 72.4 | 16.55 | - |
| YUV | 169.91 | 67.1 | 38.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 62 | 0.83 | 0 | 0.76 | 0 | 125.12 | 1 | 0.59 |
| Hex | 2C | FF | 3E | 53 | 0 | 4C | 0 | 7D | 64 | 3B |
| Octal | 54 | 377 | 76 | 123 | 0 | 114 | 0 | 175 | 144 | 73 |
| Binary | 101100 | 11111111 | 111110 | 1010011 | 0 | 1001100 | 0 | 1111101 | 1100100 | 111011 |
Color Harmonies of #2CFF3E
Complementary color
Monochromatic Colors of #2CFF3E
Black with #2CFF3E
Text Example
Text Example
White with #2CFF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFF3E; }
p { color: rgb(44,255,62); }
H1.HeaderClassName
{
color: #2CFF3E;
}
.AnyTagClassName
{
color: #2CFF3E;
}
</style>
background-color css
<style>
a { background-color: #2CFF3E; }
a { background-color: rgb(44,255,62); }
div.DivClassName
{
background-color: #2CFF3E;
}
.BgClassName
{
background-color: #2CFF3E;
}
</style>
border-color css
<style>
span { border-color: #2CFF3E; }
span { border-color: rgb(44,255,62); }
td.TdClassName
{
border-color: #2CFF3E;
}
.TagClassName
{
border-color: #2CFF3E;
}
</style>