Shades of Lime Green #3ACD25
Tints of Lime Green #3ACD25
RGB
CMYK
RGB Variations
Color information
#3ACD25 (or 0x3ACD25) is known color: Lime Green. HEX triplet: 3A, CD and 25. RGB value is (58,205,37). Sum of RGB (Red+Green+Blue) = 58+205+37=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 205 (80.47% from 255 or 68.33% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACD25 is #C532DA. Grayscale: #8E8E8E. Windows color (decimal): -12923611 or 2477370. OLE color: 2477370.
HSL color Cylindrical-coordinate representation of color #3ACD25: hue angle of 112.5º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3ACD25 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 37 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.20 |
| HSL | 112.5º | 0.69% | 0.47% | - |
| HSV(B) | 112.5º | 0.82% | 0.8% | - |
| XYZ | 23.91 | 44.7 | 9.12 | - |
| YUV | 141.9 | 68.8 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 37 | 0.72 | 0 | 0.82 | 0.20 | 112.5 | 0.69 | 0.47 |
| Hex | 3A | CD | 25 | 48 | 0 | 52 | 14 | 70 | 45 | 2F |
| Octal | 72 | 315 | 45 | 110 | 0 | 122 | 24 | 160 | 105 | 57 |
| Binary | 111010 | 11001101 | 100101 | 1001000 | 0 | 1010010 | 10100 | 1110000 | 1000101 | 101111 |
Color Harmonies of #3ACD25
Complementary color
Monochromatic Colors of #3ACD25
Black with #3ACD25
Text Example
Text Example
White with #3ACD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD25; }
p { color: rgb(58,205,37); }
H1.HeaderClassName
{
color: #3ACD25;
}
.AnyTagClassName
{
color: #3ACD25;
}
</style>
background-color css
<style>
a { background-color: #3ACD25; }
a { background-color: rgb(58,205,37); }
div.DivClassName
{
background-color: #3ACD25;
}
.BgClassName
{
background-color: #3ACD25;
}
</style>
border-color css
<style>
span { border-color: #3ACD25; }
span { border-color: rgb(58,205,37); }
td.TdClassName
{
border-color: #3ACD25;
}
.TagClassName
{
border-color: #3ACD25;
}
</style>