Shades of Lime Green #2CED41
Tints of Lime Green #2CED41
RGB
CMYK
RGB Variations
Color information
#2CED41 (or 0x2CED41) is known color: Lime Green. HEX triplet: 2C, ED and 41. RGB value is (44,237,65). Sum of RGB (Red+Green+Blue) = 44+237+65=346 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.72% from 346); Green value is 237 (92.97% from 255 or 68.50% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 237 - color contains mainly: green. Hex color #2CED41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CED41 is #D312BE. Grayscale: #A0A0A0. Windows color (decimal): -13832895 or 4320556. OLE color: 4320556.
HSL color Cylindrical-coordinate representation of color #2CED41: hue angle of 126.53º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CED41 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 237 | 65 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.07 |
| HSL | 126.53º | 0.84% | 0.55% | - |
| HSV(B) | 126.53º | 0.81% | 0.93% | - |
| XYZ | 32.28 | 61.49 | 15.17 | - |
| YUV | 159.69 | 74.56 | 45.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 237 | 65 | 0.81 | 0 | 0.73 | 0.07 | 126.53 | 0.84 | 0.55 |
| Hex | 2C | ED | 41 | 51 | 0 | 49 | 7 | 7F | 54 | 37 |
| Octal | 54 | 355 | 101 | 121 | 0 | 111 | 7 | 177 | 124 | 67 |
| Binary | 101100 | 11101101 | 1000001 | 1010001 | 0 | 1001001 | 111 | 1111111 | 1010100 | 110111 |
Color Harmonies of #2CED41
Complementary color
Monochromatic Colors of #2CED41
Black with #2CED41
Text Example
Text Example
White with #2CED41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CED41; }
p { color: rgb(44,237,65); }
H1.HeaderClassName
{
color: #2CED41;
}
.AnyTagClassName
{
color: #2CED41;
}
</style>
background-color css
<style>
a { background-color: #2CED41; }
a { background-color: rgb(44,237,65); }
div.DivClassName
{
background-color: #2CED41;
}
.BgClassName
{
background-color: #2CED41;
}
</style>
border-color css
<style>
span { border-color: #2CED41; }
span { border-color: rgb(44,237,65); }
td.TdClassName
{
border-color: #2CED41;
}
.TagClassName
{
border-color: #2CED41;
}
</style>