Shades of Lime Green #2CF43F
Tints of Lime Green #2CF43F
RGB
CMYK
RGB Variations
Color information
#2CF43F (or 0x2CF43F) is known color: Lime Green. HEX triplet: 2C, F4 and 3F. RGB value is (44,244,63). Sum of RGB (Red+Green+Blue) = 44+244+63=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 244 (95.70% from 255 or 69.52% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 244 - color contains mainly: green. Hex color #2CF43F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF43F is #D30BC0. Grayscale: #A4A4A4. Windows color (decimal): -13831105 or 4191276. OLE color: 4191276.
HSL color Cylindrical-coordinate representation of color #2CF43F: hue angle of 125.7º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF43F is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 244 | 63 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.04 |
| HSL | 125.7º | 0.9% | 0.56% | - |
| HSV(B) | 125.7º | 0.82% | 0.96% | - |
| XYZ | 34.29 | 65.6 | 15.56 | - |
| YUV | 163.57 | 71.24 | 42.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 244 | 63 | 0.82 | 0 | 0.74 | 0.04 | 125.7 | 0.9 | 0.56 |
| Hex | 2C | F4 | 3F | 52 | 0 | 4A | 4 | 7E | 5A | 38 |
| Octal | 54 | 364 | 77 | 122 | 0 | 112 | 4 | 176 | 132 | 70 |
| Binary | 101100 | 11110100 | 111111 | 1010010 | 0 | 1001010 | 100 | 1111110 | 1011010 | 111000 |
Color Harmonies of #2CF43F
Complementary color
Monochromatic Colors of #2CF43F
Black with #2CF43F
Text Example
Text Example
White with #2CF43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF43F; }
p { color: rgb(44,244,63); }
H1.HeaderClassName
{
color: #2CF43F;
}
.AnyTagClassName
{
color: #2CF43F;
}
</style>
background-color css
<style>
a { background-color: #2CF43F; }
a { background-color: rgb(44,244,63); }
div.DivClassName
{
background-color: #2CF43F;
}
.BgClassName
{
background-color: #2CF43F;
}
</style>
border-color css
<style>
span { border-color: #2CF43F; }
span { border-color: rgb(44,244,63); }
td.TdClassName
{
border-color: #2CF43F;
}
.TagClassName
{
border-color: #2CF43F;
}
</style>