Shades of Lime Green #2CF72C
Tints of Lime Green #2CF72C
RGB
CMYK
RGB Variations
Color information
#2CF72C (or 0x2CF72C) is known color: Lime Green. HEX triplet: 2C, F7 and 2C. RGB value is (44,247,44). Sum of RGB (Red+Green+Blue) = 44+247+44=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 247 (96.88% from 255 or 73.73% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 247 - color contains mainly: green. Hex color #2CF72C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF72C is #D308D3. Grayscale: #A3A3A3. Windows color (decimal): -13830356 or 2946860. OLE color: 2946860.
HSL color Cylindrical-coordinate representation of color #2CF72C: hue angle of 120º degrees, saturation: 0.93, 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 #2CF72C is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 247 | 44 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.03 |
| HSL | 120º | 0.93% | 0.57% | - |
| HSV(B) | 120º | 0.82% | 0.97% | - |
| XYZ | 34.75 | 67.24 | 13.53 | - |
| YUV | 163.16 | 60.75 | 43.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 247 | 44 | 0.82 | 0 | 0.82 | 0.03 | 120 | 0.93 | 0.57 |
| Hex | 2C | F7 | 2C | 52 | 0 | 52 | 3 | 78 | 5D | 39 |
| Octal | 54 | 367 | 54 | 122 | 0 | 122 | 3 | 170 | 135 | 71 |
| Binary | 101100 | 11110111 | 101100 | 1010010 | 0 | 1010010 | 11 | 1111000 | 1011101 | 111001 |
Color Harmonies of #2CF72C
Complementary color
Monochromatic Colors of #2CF72C
Black with #2CF72C
Text Example
Text Example
White with #2CF72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF72C; }
p { color: rgb(44,247,44); }
H1.HeaderClassName
{
color: #2CF72C;
}
.AnyTagClassName
{
color: #2CF72C;
}
</style>
background-color css
<style>
a { background-color: #2CF72C; }
a { background-color: rgb(44,247,44); }
div.DivClassName
{
background-color: #2CF72C;
}
.BgClassName
{
background-color: #2CF72C;
}
</style>
border-color css
<style>
span { border-color: #2CF72C; }
span { border-color: rgb(44,247,44); }
td.TdClassName
{
border-color: #2CF72C;
}
.TagClassName
{
border-color: #2CF72C;
}
</style>