Shades of Kelly Green #3ABA00
Tints of Kelly Green #3ABA00
RGB
CMYK
RGB Variations
Color information
#3ABA00 (or 0x3ABA00) is known color: Kelly Green. HEX triplet: 3A, BA and 00. RGB value is (58,186,0). Sum of RGB (Red+Green+Blue) = 58+186+0=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 186 (73.05% from 255 or 76.23% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ABA00 is #C545FF. Grayscale: #7F7F7F. Windows color (decimal): -12928512 or 47674. OLE color: 47674.
HSL color Cylindrical-coordinate representation of color #3ABA00: hue angle of 101.29º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3ABA00 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.27 |
| HSL | 101.29º | 1% | 0.36% | - |
| HSV(B) | 101.29º | 1% | 0.73% | - |
| XYZ | 19.3 | 36.02 | 5.93 | - |
| YUV | 126.52 | 56.59 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 0 | 0.69 | 0 | 1 | 0.27 | 101.29 | 1 | 0.36 |
| Hex | 3A | BA | 0 | 45 | 0 | 64 | 1B | 65 | 64 | 24 |
| Octal | 72 | 272 | 0 | 105 | 0 | 144 | 33 | 145 | 144 | 44 |
| Binary | 111010 | 10111010 | 0 | 1000101 | 0 | 1100100 | 11011 | 1100101 | 1100100 | 100100 |
Color Harmonies of #3ABA00
Complementary color
Monochromatic Colors of #3ABA00
Black with #3ABA00
Text Example
Text Example
White with #3ABA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABA00; }
p { color: rgb(58,186,0); }
H1.HeaderClassName
{
color: #3ABA00;
}
.AnyTagClassName
{
color: #3ABA00;
}
</style>
background-color css
<style>
a { background-color: #3ABA00; }
a { background-color: rgb(58,186,0); }
div.DivClassName
{
background-color: #3ABA00;
}
.BgClassName
{
background-color: #3ABA00;
}
</style>
border-color css
<style>
span { border-color: #3ABA00; }
span { border-color: rgb(58,186,0); }
td.TdClassName
{
border-color: #3ABA00;
}
.TagClassName
{
border-color: #3ABA00;
}
</style>