Shades of Lime Green #2CE54B
Tints of Lime Green #2CE54B
RGB
CMYK
RGB Variations
Color information
#2CE54B (or 0x2CE54B) is known color: Lime Green. HEX triplet: 2C, E5 and 4B. RGB value is (44,229,75). Sum of RGB (Red+Green+Blue) = 44+229+75=348 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.64% from 348); Green value is 229 (89.84% from 255 or 65.80% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE54B is #D31AB4. Grayscale: #9C9C9C. Windows color (decimal): -13834933 or 4973868. OLE color: 4973868.
HSL color Cylindrical-coordinate representation of color #2CE54B: hue angle of 130.05º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE54B is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 229 | 75 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.10 |
| HSL | 130.05º | 0.78% | 0.54% | - |
| HSV(B) | 130.05º | 0.81% | 0.9% | - |
| XYZ | 30.33 | 57.08 | 16.08 | - |
| YUV | 156.13 | 82.21 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 229 | 75 | 0.81 | 0 | 0.67 | 0.10 | 130.05 | 0.78 | 0.54 |
| Hex | 2C | E5 | 4B | 51 | 0 | 43 | A | 82 | 4E | 36 |
| Octal | 54 | 345 | 113 | 121 | 0 | 103 | 12 | 202 | 116 | 66 |
| Binary | 101100 | 11100101 | 1001011 | 1010001 | 0 | 1000011 | 1010 | 10000010 | 1001110 | 110110 |
Color Harmonies of #2CE54B
Complementary color
Monochromatic Colors of #2CE54B
Black with #2CE54B
Text Example
Text Example
White with #2CE54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE54B; }
p { color: rgb(44,229,75); }
H1.HeaderClassName
{
color: #2CE54B;
}
.AnyTagClassName
{
color: #2CE54B;
}
</style>
background-color css
<style>
a { background-color: #2CE54B; }
a { background-color: rgb(44,229,75); }
div.DivClassName
{
background-color: #2CE54B;
}
.BgClassName
{
background-color: #2CE54B;
}
</style>
border-color css
<style>
span { border-color: #2CE54B; }
span { border-color: rgb(44,229,75); }
td.TdClassName
{
border-color: #2CE54B;
}
.TagClassName
{
border-color: #2CE54B;
}
</style>