Shades of Lime Green #53EE2C
Tints of Lime Green #53EE2C
RGB
CMYK
RGB Variations
Color information
#53EE2C (or 0x53EE2C) is known color: Lime Green. HEX triplet: 53, EE and 2C. RGB value is (83,238,44). Sum of RGB (Red+Green+Blue) = 83+238+44=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 238 (93.36% from 255 or 65.21% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 238 - color contains mainly: green. Hex color #53EE2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53EE2C is #AC11D3. Grayscale: #AAAAAA. Windows color (decimal): -11276756 or 2944595. OLE color: 2944595.
HSL color Cylindrical-coordinate representation of color #53EE2C: hue angle of 107.94º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53EE2C is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 238 | 44 | - |
| CMYK | 0.65 | 0 | 0.82 | 0.07 |
| HSL | 107.94º | 0.85% | 0.55% | - |
| HSV(B) | 107.94º | 0.82% | 0.93% | - |
| XYZ | 34.6 | 63.17 | 12.75 | - |
| YUV | 169.54 | 57.15 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 238 | 44 | 0.65 | 0 | 0.82 | 0.07 | 107.94 | 0.85 | 0.55 |
| Hex | 53 | EE | 2C | 41 | 0 | 52 | 7 | 6C | 55 | 37 |
| Octal | 123 | 356 | 54 | 101 | 0 | 122 | 7 | 154 | 125 | 67 |
| Binary | 1010011 | 11101110 | 101100 | 1000001 | 0 | 1010010 | 111 | 1101100 | 1010101 | 110111 |
Color Harmonies of #53EE2C
Complementary color
Monochromatic Colors of #53EE2C
Black with #53EE2C
Text Example
Text Example
White with #53EE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EE2C; }
p { color: rgb(83,238,44); }
H1.HeaderClassName
{
color: #53EE2C;
}
.AnyTagClassName
{
color: #53EE2C;
}
</style>
background-color css
<style>
a { background-color: #53EE2C; }
a { background-color: rgb(83,238,44); }
div.DivClassName
{
background-color: #53EE2C;
}
.BgClassName
{
background-color: #53EE2C;
}
</style>
border-color css
<style>
span { border-color: #53EE2C; }
span { border-color: rgb(83,238,44); }
td.TdClassName
{
border-color: #53EE2C;
}
.TagClassName
{
border-color: #53EE2C;
}
</style>