Shades of Kelly Green #3AC918
Tints of Kelly Green #3AC918
RGB
CMYK
RGB Variations
Color information
#3AC918 (or 0x3AC918) is known color: Kelly Green. HEX triplet: 3A, C9 and 18. RGB value is (58,201,24). Sum of RGB (Red+Green+Blue) = 58+201+24=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 201 (78.91% from 255 or 71.02% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 201 - color contains mainly: green. Hex color #3AC918 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC918 is #C536E7. Grayscale: #8A8A8A. Windows color (decimal): -12924648 or 1624378. OLE color: 1624378.
HSL color Cylindrical-coordinate representation of color #3AC918: hue angle of 108.47º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3AC918 is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 201 | 24 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.21 |
| HSL | 108.47º | 0.79% | 0.44% | - |
| HSV(B) | 108.47º | 0.88% | 0.79% | - |
| XYZ | 22.8 | 42.74 | 7.91 | - |
| YUV | 138.07 | 63.62 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 201 | 24 | 0.71 | 0 | 0.88 | 0.21 | 108.47 | 0.79 | 0.44 |
| Hex | 3A | C9 | 18 | 47 | 0 | 58 | 15 | 6C | 4F | 2C |
| Octal | 72 | 311 | 30 | 107 | 0 | 130 | 25 | 154 | 117 | 54 |
| Binary | 111010 | 11001001 | 11000 | 1000111 | 0 | 1011000 | 10101 | 1101100 | 1001111 | 101100 |
Color Harmonies of #3AC918
Complementary color
Monochromatic Colors of #3AC918
Black with #3AC918
Text Example
Text Example
White with #3AC918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC918; }
p { color: rgb(58,201,24); }
H1.HeaderClassName
{
color: #3AC918;
}
.AnyTagClassName
{
color: #3AC918;
}
</style>
background-color css
<style>
a { background-color: #3AC918; }
a { background-color: rgb(58,201,24); }
div.DivClassName
{
background-color: #3AC918;
}
.BgClassName
{
background-color: #3AC918;
}
</style>
border-color css
<style>
span { border-color: #3AC918; }
span { border-color: rgb(58,201,24); }
td.TdClassName
{
border-color: #3AC918;
}
.TagClassName
{
border-color: #3AC918;
}
</style>