Shades of Lime Green #2CF148
Tints of Lime Green #2CF148
RGB
CMYK
RGB Variations
Color information
#2CF148 (or 0x2CF148) is known color: Lime Green. HEX triplet: 2C, F1 and 48. RGB value is (44,241,72). Sum of RGB (Red+Green+Blue) = 44+241+72=357 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.32% from 357); Green value is 241 (94.53% from 255 or 67.51% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF148 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF148 is #D30EB7. Grayscale: #A3A3A3. Windows color (decimal): -13831864 or 4780332. OLE color: 4780332.
HSL color Cylindrical-coordinate representation of color #2CF148: hue angle of 128.53º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF148 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 241 | 72 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.05 |
| HSL | 128.53º | 0.88% | 0.56% | - |
| HSV(B) | 128.53º | 0.82% | 0.95% | - |
| XYZ | 33.66 | 63.91 | 16.69 | - |
| YUV | 162.83 | 76.73 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 241 | 72 | 0.82 | 0 | 0.70 | 0.05 | 128.53 | 0.88 | 0.56 |
| Hex | 2C | F1 | 48 | 52 | 0 | 46 | 5 | 81 | 58 | 38 |
| Octal | 54 | 361 | 110 | 122 | 0 | 106 | 5 | 201 | 130 | 70 |
| Binary | 101100 | 11110001 | 1001000 | 1010010 | 0 | 1000110 | 101 | 10000001 | 1011000 | 111000 |
Color Harmonies of #2CF148
Complementary color
Monochromatic Colors of #2CF148
Black with #2CF148
Text Example
Text Example
White with #2CF148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF148; }
p { color: rgb(44,241,72); }
H1.HeaderClassName
{
color: #2CF148;
}
.AnyTagClassName
{
color: #2CF148;
}
</style>
background-color css
<style>
a { background-color: #2CF148; }
a { background-color: rgb(44,241,72); }
div.DivClassName
{
background-color: #2CF148;
}
.BgClassName
{
background-color: #2CF148;
}
</style>
border-color css
<style>
span { border-color: #2CF148; }
span { border-color: rgb(44,241,72); }
td.TdClassName
{
border-color: #2CF148;
}
.TagClassName
{
border-color: #2CF148;
}
</style>