Shades of Lime Green #2CF937
Tints of Lime Green #2CF937
RGB
CMYK
RGB Variations
Color information
#2CF937 (or 0x2CF937) is known color: Lime Green. HEX triplet: 2C, F9 and 37. RGB value is (44,249,55). Sum of RGB (Red+Green+Blue) = 44+249+55=348 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.64% from 348); Green value is 249 (97.66% from 255 or 71.55% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF937 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF937 is #D306C8. Grayscale: #A6A6A6. Windows color (decimal): -13829833 or 3668268. OLE color: 3668268.
HSL color Cylindrical-coordinate representation of color #2CF937: hue angle of 123.22º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF937 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 249 | 55 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.02 |
| HSL | 123.22º | 0.94% | 0.57% | - |
| HSV(B) | 123.22º | 0.82% | 0.98% | - |
| XYZ | 35.6 | 68.56 | 14.97 | - |
| YUV | 165.59 | 65.58 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 249 | 55 | 0.82 | 0 | 0.78 | 0.02 | 123.22 | 0.94 | 0.57 |
| Hex | 2C | F9 | 37 | 52 | 0 | 4E | 2 | 7B | 5E | 39 |
| Octal | 54 | 371 | 67 | 122 | 0 | 116 | 2 | 173 | 136 | 71 |
| Binary | 101100 | 11111001 | 110111 | 1010010 | 0 | 1001110 | 10 | 1111011 | 1011110 | 111001 |
Color Harmonies of #2CF937
Complementary color
Monochromatic Colors of #2CF937
Black with #2CF937
Text Example
Text Example
White with #2CF937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF937; }
p { color: rgb(44,249,55); }
H1.HeaderClassName
{
color: #2CF937;
}
.AnyTagClassName
{
color: #2CF937;
}
</style>
background-color css
<style>
a { background-color: #2CF937; }
a { background-color: rgb(44,249,55); }
div.DivClassName
{
background-color: #2CF937;
}
.BgClassName
{
background-color: #2CF937;
}
</style>
border-color css
<style>
span { border-color: #2CF937; }
span { border-color: rgb(44,249,55); }
td.TdClassName
{
border-color: #2CF937;
}
.TagClassName
{
border-color: #2CF937;
}
</style>