Shades of Lime Green #2CF945
Tints of Lime Green #2CF945
RGB
CMYK
RGB Variations
Color information
#2CF945 (or 0x2CF945) is known color: Lime Green. HEX triplet: 2C, F9 and 45. RGB value is (44,249,69). Sum of RGB (Red+Green+Blue) = 44+249+69=362 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.15% from 362); Green value is 249 (97.66% from 255 or 68.78% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF945 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF945 is #D306BA. Grayscale: #A7A7A7. Windows color (decimal): -13829819 or 4585772. OLE color: 4585772.
HSL color Cylindrical-coordinate representation of color #2CF945: hue angle of 127.32º 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 #2CF945 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 249 | 69 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.02 |
| HSL | 127.32º | 0.94% | 0.57% | - |
| HSV(B) | 127.32º | 0.82% | 0.98% | - |
| XYZ | 35.99 | 68.72 | 17 | - |
| YUV | 167.19 | 72.58 | 40.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 249 | 69 | 0.82 | 0 | 0.72 | 0.02 | 127.32 | 0.94 | 0.57 |
| Hex | 2C | F9 | 45 | 52 | 0 | 48 | 2 | 7F | 5E | 39 |
| Octal | 54 | 371 | 105 | 122 | 0 | 110 | 2 | 177 | 136 | 71 |
| Binary | 101100 | 11111001 | 1000101 | 1010010 | 0 | 1001000 | 10 | 1111111 | 1011110 | 111001 |
Color Harmonies of #2CF945
Complementary color
Monochromatic Colors of #2CF945
Black with #2CF945
Text Example
Text Example
White with #2CF945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF945; }
p { color: rgb(44,249,69); }
H1.HeaderClassName
{
color: #2CF945;
}
.AnyTagClassName
{
color: #2CF945;
}
</style>
background-color css
<style>
a { background-color: #2CF945; }
a { background-color: rgb(44,249,69); }
div.DivClassName
{
background-color: #2CF945;
}
.BgClassName
{
background-color: #2CF945;
}
</style>
border-color css
<style>
span { border-color: #2CF945; }
span { border-color: rgb(44,249,69); }
td.TdClassName
{
border-color: #2CF945;
}
.TagClassName
{
border-color: #2CF945;
}
</style>