Shades of Lime Green #3AEE28
Tints of Lime Green #3AEE28
RGB
CMYK
RGB Variations
Color information
#3AEE28 (or 0x3AEE28) is known color: Lime Green. HEX triplet: 3A, EE and 28. RGB value is (58,238,40). Sum of RGB (Red+Green+Blue) = 58+238+40=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 238 (93.36% from 255 or 70.83% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEE28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEE28 is #C511D7. Grayscale: #A2A2A2. Windows color (decimal): -12915160 or 2682426. OLE color: 2682426.
HSL color Cylindrical-coordinate representation of color #3AEE28: hue angle of 114.55º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3AEE28 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 40 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.07 |
| HSL | 114.55º | 0.85% | 0.55% | - |
| HSV(B) | 114.55º | 0.83% | 0.93% | - |
| XYZ | 32.7 | 62.2 | 12.29 | - |
| YUV | 161.61 | 59.37 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 40 | 0.76 | 0 | 0.83 | 0.07 | 114.55 | 0.85 | 0.55 |
| Hex | 3A | EE | 28 | 4C | 0 | 53 | 7 | 73 | 55 | 37 |
| Octal | 72 | 356 | 50 | 114 | 0 | 123 | 7 | 163 | 125 | 67 |
| Binary | 111010 | 11101110 | 101000 | 1001100 | 0 | 1010011 | 111 | 1110011 | 1010101 | 110111 |
Color Harmonies of #3AEE28
Complementary color
Monochromatic Colors of #3AEE28
Black with #3AEE28
Text Example
Text Example
White with #3AEE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEE28; }
p { color: rgb(58,238,40); }
H1.HeaderClassName
{
color: #3AEE28;
}
.AnyTagClassName
{
color: #3AEE28;
}
</style>
background-color css
<style>
a { background-color: #3AEE28; }
a { background-color: rgb(58,238,40); }
div.DivClassName
{
background-color: #3AEE28;
}
.BgClassName
{
background-color: #3AEE28;
}
</style>
border-color css
<style>
span { border-color: #3AEE28; }
span { border-color: rgb(58,238,40); }
td.TdClassName
{
border-color: #3AEE28;
}
.TagClassName
{
border-color: #3AEE28;
}
</style>