Shades of Lime Green #3AEA2D
Tints of Lime Green #3AEA2D
RGB
CMYK
RGB Variations
Color information
#3AEA2D (or 0x3AEA2D) is known color: Lime Green. HEX triplet: 3A, EA and 2D. RGB value is (58,234,45). Sum of RGB (Red+Green+Blue) = 58+234+45=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 234 (91.80% from 255 or 69.44% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEA2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEA2D is #C515D2. Grayscale: #A0A0A0. Windows color (decimal): -12916179 or 3009082. OLE color: 3009082.
HSL color Cylindrical-coordinate representation of color #3AEA2D: hue angle of 115.87º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3AEA2D is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 234 | 45 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.08 |
| HSL | 115.87º | 0.82% | 0.55% | - |
| HSV(B) | 115.87º | 0.81% | 0.92% | - |
| XYZ | 31.64 | 59.93 | 12.38 | - |
| YUV | 159.83 | 63.19 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 234 | 45 | 0.75 | 0 | 0.81 | 0.08 | 115.87 | 0.82 | 0.55 |
| Hex | 3A | EA | 2D | 4B | 0 | 51 | 8 | 74 | 52 | 37 |
| Octal | 72 | 352 | 55 | 113 | 0 | 121 | 10 | 164 | 122 | 67 |
| Binary | 111010 | 11101010 | 101101 | 1001011 | 0 | 1010001 | 1000 | 1110100 | 1010010 | 110111 |
Color Harmonies of #3AEA2D
Complementary color
Monochromatic Colors of #3AEA2D
Black with #3AEA2D
Text Example
Text Example
White with #3AEA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEA2D; }
p { color: rgb(58,234,45); }
H1.HeaderClassName
{
color: #3AEA2D;
}
.AnyTagClassName
{
color: #3AEA2D;
}
</style>
background-color css
<style>
a { background-color: #3AEA2D; }
a { background-color: rgb(58,234,45); }
div.DivClassName
{
background-color: #3AEA2D;
}
.BgClassName
{
background-color: #3AEA2D;
}
</style>
border-color css
<style>
span { border-color: #3AEA2D; }
span { border-color: rgb(58,234,45); }
td.TdClassName
{
border-color: #3AEA2D;
}
.TagClassName
{
border-color: #3AEA2D;
}
</style>