Shades of Lime Green #2CF846
Tints of Lime Green #2CF846
RGB
CMYK
RGB Variations
Color information
#2CF846 (or 0x2CF846) is known color: Lime Green. HEX triplet: 2C, F8 and 46. RGB value is (44,248,70). Sum of RGB (Red+Green+Blue) = 44+248+70=362 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.15% from 362); Green value is 248 (97.27% from 255 or 68.51% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 248 - color contains mainly: green. Hex color #2CF846 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF846 is #D307B9. Grayscale: #A7A7A7. Windows color (decimal): -13830074 or 4651052. OLE color: 4651052.
HSL color Cylindrical-coordinate representation of color #2CF846: hue angle of 127.65º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF846 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 248 | 70 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.03 |
| HSL | 127.65º | 0.94% | 0.57% | - |
| HSV(B) | 127.65º | 0.82% | 0.97% | - |
| XYZ | 35.71 | 68.11 | 17.06 | - |
| YUV | 166.71 | 73.41 | 40.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 248 | 70 | 0.82 | 0 | 0.72 | 0.03 | 127.65 | 0.94 | 0.57 |
| Hex | 2C | F8 | 46 | 52 | 0 | 48 | 3 | 80 | 5E | 39 |
| Octal | 54 | 370 | 106 | 122 | 0 | 110 | 3 | 200 | 136 | 71 |
| Binary | 101100 | 11111000 | 1000110 | 1010010 | 0 | 1001000 | 11 | 10000000 | 1011110 | 111001 |
Color Harmonies of #2CF846
Complementary color
Monochromatic Colors of #2CF846
Black with #2CF846
Text Example
Text Example
White with #2CF846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF846; }
p { color: rgb(44,248,70); }
H1.HeaderClassName
{
color: #2CF846;
}
.AnyTagClassName
{
color: #2CF846;
}
</style>
background-color css
<style>
a { background-color: #2CF846; }
a { background-color: rgb(44,248,70); }
div.DivClassName
{
background-color: #2CF846;
}
.BgClassName
{
background-color: #2CF846;
}
</style>
border-color css
<style>
span { border-color: #2CF846; }
span { border-color: rgb(44,248,70); }
td.TdClassName
{
border-color: #2CF846;
}
.TagClassName
{
border-color: #2CF846;
}
</style>