Shades of Lime Green #52E22B
Tints of Lime Green #52E22B
RGB
CMYK
RGB Variations
Color information
#52E22B (or 0x52E22B) is known color: Lime Green. HEX triplet: 52, E2 and 2B. RGB value is (82,226,43). Sum of RGB (Red+Green+Blue) = 82+226+43=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 226 (88.67% from 255 or 64.39% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 226 - color contains mainly: green. Hex color #52E22B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E22B is #AD1DD4. Grayscale: #A2A2A2. Windows color (decimal): -11345365 or 2875986. OLE color: 2875986.
HSL color Cylindrical-coordinate representation of color #52E22B: hue angle of 107.21º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52E22B is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 226 | 43 | - |
| CMYK | 0.64 | 0 | 0.81 | 0.11 |
| HSL | 107.21º | 0.76% | 0.53% | - |
| HSV(B) | 107.21º | 0.81% | 0.89% | - |
| XYZ | 31.11 | 56.36 | 11.52 | - |
| YUV | 162.08 | 60.79 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 226 | 43 | 0.64 | 0 | 0.81 | 0.11 | 107.21 | 0.76 | 0.53 |
| Hex | 52 | E2 | 2B | 40 | 0 | 51 | B | 6B | 4C | 35 |
| Octal | 122 | 342 | 53 | 100 | 0 | 121 | 13 | 153 | 114 | 65 |
| Binary | 1010010 | 11100010 | 101011 | 1000000 | 0 | 1010001 | 1011 | 1101011 | 1001100 | 110101 |
Color Harmonies of #52E22B
Complementary color
Monochromatic Colors of #52E22B
Black with #52E22B
Text Example
Text Example
White with #52E22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E22B; }
p { color: rgb(82,226,43); }
H1.HeaderClassName
{
color: #52E22B;
}
.AnyTagClassName
{
color: #52E22B;
}
</style>
background-color css
<style>
a { background-color: #52E22B; }
a { background-color: rgb(82,226,43); }
div.DivClassName
{
background-color: #52E22B;
}
.BgClassName
{
background-color: #52E22B;
}
</style>
border-color css
<style>
span { border-color: #52E22B; }
span { border-color: rgb(82,226,43); }
td.TdClassName
{
border-color: #52E22B;
}
.TagClassName
{
border-color: #52E22B;
}
</style>