Shades of Lime Green #3AC925
Tints of Lime Green #3AC925
RGB
CMYK
RGB Variations
Color information
#3AC925 (or 0x3AC925) is known color: Lime Green. HEX triplet: 3A, C9 and 25. RGB value is (58,201,37). Sum of RGB (Red+Green+Blue) = 58+201+37=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 201 (78.91% from 255 or 67.91% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 201 - color contains mainly: green. Hex color #3AC925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC925 is #C536DA. Grayscale: #8C8C8C. Windows color (decimal): -12924635 or 2476346. OLE color: 2476346.
HSL color Cylindrical-coordinate representation of color #3AC925: hue angle of 112.32º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3AC925 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 201 | 37 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.21 |
| HSL | 112.32º | 0.69% | 0.47% | - |
| HSV(B) | 112.32º | 0.82% | 0.79% | - |
| XYZ | 22.97 | 42.81 | 8.8 | - |
| YUV | 139.55 | 70.12 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 201 | 37 | 0.71 | 0 | 0.82 | 0.21 | 112.32 | 0.69 | 0.47 |
| Hex | 3A | C9 | 25 | 47 | 0 | 52 | 15 | 70 | 45 | 2F |
| Octal | 72 | 311 | 45 | 107 | 0 | 122 | 25 | 160 | 105 | 57 |
| Binary | 111010 | 11001001 | 100101 | 1000111 | 0 | 1010010 | 10101 | 1110000 | 1000101 | 101111 |
Color Harmonies of #3AC925
Complementary color
Monochromatic Colors of #3AC925
Black with #3AC925
Text Example
Text Example
White with #3AC925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC925; }
p { color: rgb(58,201,37); }
H1.HeaderClassName
{
color: #3AC925;
}
.AnyTagClassName
{
color: #3AC925;
}
</style>
background-color css
<style>
a { background-color: #3AC925; }
a { background-color: rgb(58,201,37); }
div.DivClassName
{
background-color: #3AC925;
}
.BgClassName
{
background-color: #3AC925;
}
</style>
border-color css
<style>
span { border-color: #3AC925; }
span { border-color: rgb(58,201,37); }
td.TdClassName
{
border-color: #3AC925;
}
.TagClassName
{
border-color: #3AC925;
}
</style>