Shades of Kelly Green #3AC018
Tints of Kelly Green #3AC018
RGB
CMYK
RGB Variations
Color information
#3AC018 (or 0x3AC018) is known color: Kelly Green. HEX triplet: 3A, C0 and 18. RGB value is (58,192,24). Sum of RGB (Red+Green+Blue) = 58+192+24=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 192 (75.39% from 255 or 70.07% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC018 is #C53FE7. Grayscale: #858585. Windows color (decimal): -12926952 or 1622074. OLE color: 1622074.
HSL color Cylindrical-coordinate representation of color #3AC018: hue angle of 107.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3AC018 is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 24 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.25 |
| HSL | 107.86º | 0.78% | 0.42% | - |
| HSV(B) | 107.86º | 0.88% | 0.75% | - |
| XYZ | 20.76 | 38.66 | 7.23 | - |
| YUV | 132.78 | 66.61 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 24 | 0.70 | 0 | 0.88 | 0.25 | 107.86 | 0.78 | 0.42 |
| Hex | 3A | C0 | 18 | 46 | 0 | 58 | 19 | 6C | 4E | 2A |
| Octal | 72 | 300 | 30 | 106 | 0 | 130 | 31 | 154 | 116 | 52 |
| Binary | 111010 | 11000000 | 11000 | 1000110 | 0 | 1011000 | 11001 | 1101100 | 1001110 | 101010 |
Color Harmonies of #3AC018
Complementary color
Monochromatic Colors of #3AC018
Black with #3AC018
Text Example
Text Example
White with #3AC018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC018; }
p { color: rgb(58,192,24); }
H1.HeaderClassName
{
color: #3AC018;
}
.AnyTagClassName
{
color: #3AC018;
}
</style>
background-color css
<style>
a { background-color: #3AC018; }
a { background-color: rgb(58,192,24); }
div.DivClassName
{
background-color: #3AC018;
}
.BgClassName
{
background-color: #3AC018;
}
</style>
border-color css
<style>
span { border-color: #3AC018; }
span { border-color: rgb(58,192,24); }
td.TdClassName
{
border-color: #3AC018;
}
.TagClassName
{
border-color: #3AC018;
}
</style>