Shades of Lime Green #2CF135
Tints of Lime Green #2CF135
RGB
CMYK
RGB Variations
Color information
#2CF135 (or 0x2CF135) is known color: Lime Green. HEX triplet: 2C, F1 and 35. RGB value is (44,241,53). Sum of RGB (Red+Green+Blue) = 44+241+53=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 241 (94.53% from 255 or 71.30% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF135 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF135 is #D30ECA. Grayscale: #A1A1A1. Windows color (decimal): -13831883 or 3535148. OLE color: 3535148.
HSL color Cylindrical-coordinate representation of color #2CF135: hue angle of 122.74º 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 #2CF135 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 241 | 53 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.05 |
| HSL | 122.74º | 0.88% | 0.56% | - |
| HSV(B) | 122.74º | 0.82% | 0.95% | - |
| XYZ | 33.14 | 63.7 | 13.92 | - |
| YUV | 160.67 | 67.23 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 241 | 53 | 0.82 | 0 | 0.78 | 0.05 | 122.74 | 0.88 | 0.56 |
| Hex | 2C | F1 | 35 | 52 | 0 | 4E | 5 | 7B | 58 | 38 |
| Octal | 54 | 361 | 65 | 122 | 0 | 116 | 5 | 173 | 130 | 70 |
| Binary | 101100 | 11110001 | 110101 | 1010010 | 0 | 1001110 | 101 | 1111011 | 1011000 | 111000 |
Color Harmonies of #2CF135
Complementary color
Monochromatic Colors of #2CF135
Black with #2CF135
Text Example
Text Example
White with #2CF135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF135; }
p { color: rgb(44,241,53); }
H1.HeaderClassName
{
color: #2CF135;
}
.AnyTagClassName
{
color: #2CF135;
}
</style>
background-color css
<style>
a { background-color: #2CF135; }
a { background-color: rgb(44,241,53); }
div.DivClassName
{
background-color: #2CF135;
}
.BgClassName
{
background-color: #2CF135;
}
</style>
border-color css
<style>
span { border-color: #2CF135; }
span { border-color: rgb(44,241,53); }
td.TdClassName
{
border-color: #2CF135;
}
.TagClassName
{
border-color: #2CF135;
}
</style>