Shades of Lime Green #2CF144
Tints of Lime Green #2CF144
RGB
CMYK
RGB Variations
Color information
#2CF144 (or 0x2CF144) is known color: Lime Green. HEX triplet: 2C, F1 and 44. RGB value is (44,241,68). Sum of RGB (Red+Green+Blue) = 44+241+68=353 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.46% from 353); Green value is 241 (94.53% from 255 or 68.27% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF144 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF144 is #D30EBB. Grayscale: #A2A2A2. Windows color (decimal): -13831868 or 4518188. OLE color: 4518188.
HSL color Cylindrical-coordinate representation of color #2CF144: hue angle of 127.31º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF144 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 241 | 68 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.05 |
| HSL | 127.31º | 0.88% | 0.56% | - |
| HSV(B) | 127.31º | 0.82% | 0.95% | - |
| XYZ | 33.54 | 63.86 | 16.03 | - |
| YUV | 162.38 | 74.73 | 43.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 241 | 68 | 0.82 | 0 | 0.72 | 0.05 | 127.31 | 0.88 | 0.56 |
| Hex | 2C | F1 | 44 | 52 | 0 | 48 | 5 | 7F | 58 | 38 |
| Octal | 54 | 361 | 104 | 122 | 0 | 110 | 5 | 177 | 130 | 70 |
| Binary | 101100 | 11110001 | 1000100 | 1010010 | 0 | 1001000 | 101 | 1111111 | 1011000 | 111000 |
Color Harmonies of #2CF144
Complementary color
Monochromatic Colors of #2CF144
Black with #2CF144
Text Example
Text Example
White with #2CF144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF144; }
p { color: rgb(44,241,68); }
H1.HeaderClassName
{
color: #2CF144;
}
.AnyTagClassName
{
color: #2CF144;
}
</style>
background-color css
<style>
a { background-color: #2CF144; }
a { background-color: rgb(44,241,68); }
div.DivClassName
{
background-color: #2CF144;
}
.BgClassName
{
background-color: #2CF144;
}
</style>
border-color css
<style>
span { border-color: #2CF144; }
span { border-color: rgb(44,241,68); }
td.TdClassName
{
border-color: #2CF144;
}
.TagClassName
{
border-color: #2CF144;
}
</style>