Shades of Lime Green #2CE135
Tints of Lime Green #2CE135
RGB
CMYK
RGB Variations
Color information
#2CE135 (or 0x2CE135) is known color: Lime Green. HEX triplet: 2C, E1 and 35. RGB value is (44,225,53). Sum of RGB (Red+Green+Blue) = 44+225+53=322 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.66% from 322); Green value is 225 (88.28% from 255 or 69.88% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE135 is #D31ECA. Grayscale: #979797. Windows color (decimal): -13835979 or 3531052. OLE color: 3531052.
HSL color Cylindrical-coordinate representation of color #2CE135: hue angle of 122.98º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CE135 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 53 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.12 |
| HSL | 122.98º | 0.75% | 0.53% | - |
| HSV(B) | 122.98º | 0.8% | 0.88% | - |
| XYZ | 28.61 | 54.64 | 12.41 | - |
| YUV | 151.27 | 72.53 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 53 | 0.80 | 0 | 0.76 | 0.12 | 122.98 | 0.75 | 0.53 |
| Hex | 2C | E1 | 35 | 50 | 0 | 4C | C | 7B | 4B | 35 |
| Octal | 54 | 341 | 65 | 120 | 0 | 114 | 14 | 173 | 113 | 65 |
| Binary | 101100 | 11100001 | 110101 | 1010000 | 0 | 1001100 | 1100 | 1111011 | 1001011 | 110101 |
Color Harmonies of #2CE135
Complementary color
Monochromatic Colors of #2CE135
Black with #2CE135
Text Example
Text Example
White with #2CE135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE135; }
p { color: rgb(44,225,53); }
H1.HeaderClassName
{
color: #2CE135;
}
.AnyTagClassName
{
color: #2CE135;
}
</style>
background-color css
<style>
a { background-color: #2CE135; }
a { background-color: rgb(44,225,53); }
div.DivClassName
{
background-color: #2CE135;
}
.BgClassName
{
background-color: #2CE135;
}
</style>
border-color css
<style>
span { border-color: #2CE135; }
span { border-color: rgb(44,225,53); }
td.TdClassName
{
border-color: #2CE135;
}
.TagClassName
{
border-color: #2CE135;
}
</style>