Shades of Kelly Green #3AB000
Tints of Kelly Green #3AB000
RGB
CMYK
RGB Variations
Color information
#3AB000 (or 0x3AB000) is known color: Kelly Green. HEX triplet: 3A, B0 and 00. RGB value is (58,176,0). Sum of RGB (Red+Green+Blue) = 58+176+0=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 176 (69.14% from 255 or 75.21% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AB000 is #C54FFF. Grayscale: #797979. Windows color (decimal): -12931072 or 45114. OLE color: 45114.
HSL color Cylindrical-coordinate representation of color #3AB000: hue angle of 100.23º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3AB000 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 176 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.31 |
| HSL | 100.23º | 1% | 0.35% | - |
| HSV(B) | 100.23º | 1% | 0.69% | - |
| XYZ | 17.27 | 31.95 | 5.26 | - |
| YUV | 120.65 | 59.91 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 176 | 0 | 0.67 | 0 | 1 | 0.31 | 100.23 | 1 | 0.35 |
| Hex | 3A | B0 | 0 | 43 | 0 | 64 | 1F | 64 | 64 | 23 |
| Octal | 72 | 260 | 0 | 103 | 0 | 144 | 37 | 144 | 144 | 43 |
| Binary | 111010 | 10110000 | 0 | 1000011 | 0 | 1100100 | 11111 | 1100100 | 1100100 | 100011 |
Color Harmonies of #3AB000
Complementary color
Monochromatic Colors of #3AB000
Black with #3AB000
Text Example
Text Example
White with #3AB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB000; }
p { color: rgb(58,176,0); }
H1.HeaderClassName
{
color: #3AB000;
}
.AnyTagClassName
{
color: #3AB000;
}
</style>
background-color css
<style>
a { background-color: #3AB000; }
a { background-color: rgb(58,176,0); }
div.DivClassName
{
background-color: #3AB000;
}
.BgClassName
{
background-color: #3AB000;
}
</style>
border-color css
<style>
span { border-color: #3AB000; }
span { border-color: rgb(58,176,0); }
td.TdClassName
{
border-color: #3AB000;
}
.TagClassName
{
border-color: #3AB000;
}
</style>