Shades of Lime Green #2CF027
Tints of Lime Green #2CF027
RGB
CMYK
RGB Variations
Color information
#2CF027 (or 0x2CF027) is known color: Lime Green. HEX triplet: 2C, F0 and 27. RGB value is (44,240,39). Sum of RGB (Red+Green+Blue) = 44+240+39=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 240 (94.14% from 255 or 74.30% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF027 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF027 is #D30FD8. Grayscale: #9F9F9F. Windows color (decimal): -13832153 or 2617388. OLE color: 2617388.
HSL color Cylindrical-coordinate representation of color #2CF027: hue angle of 118.51º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CF027 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 240 | 39 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.06 |
| HSL | 118.51º | 0.87% | 0.55% | - |
| HSV(B) | 118.51º | 0.84% | 0.94% | - |
| XYZ | 32.57 | 63 | 12.36 | - |
| YUV | 158.48 | 60.57 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 240 | 39 | 0.82 | 0 | 0.84 | 0.06 | 118.51 | 0.87 | 0.55 |
| Hex | 2C | F0 | 27 | 52 | 0 | 54 | 6 | 77 | 57 | 37 |
| Octal | 54 | 360 | 47 | 122 | 0 | 124 | 6 | 167 | 127 | 67 |
| Binary | 101100 | 11110000 | 100111 | 1010010 | 0 | 1010100 | 110 | 1110111 | 1010111 | 110111 |
Color Harmonies of #2CF027
Complementary color
Monochromatic Colors of #2CF027
Black with #2CF027
Text Example
Text Example
White with #2CF027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF027; }
p { color: rgb(44,240,39); }
H1.HeaderClassName
{
color: #2CF027;
}
.AnyTagClassName
{
color: #2CF027;
}
</style>
background-color css
<style>
a { background-color: #2CF027; }
a { background-color: rgb(44,240,39); }
div.DivClassName
{
background-color: #2CF027;
}
.BgClassName
{
background-color: #2CF027;
}
</style>
border-color css
<style>
span { border-color: #2CF027; }
span { border-color: rgb(44,240,39); }
td.TdClassName
{
border-color: #2CF027;
}
.TagClassName
{
border-color: #2CF027;
}
</style>