Shades of Kelly Green #3AB707
Tints of Kelly Green #3AB707
RGB
CMYK
RGB Variations
Color information
#3AB707 (or 0x3AB707) is known color: Kelly Green. HEX triplet: 3A, B7 and 07. RGB value is (58,183,7). Sum of RGB (Red+Green+Blue) = 58+183+7=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 183 (71.88% from 255 or 73.79% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 183 - color contains mainly: green. Hex color #3AB707 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AB707 is #C548F8. Grayscale: #7E7E7E. Windows color (decimal): -12929273 or 505658. OLE color: 505658.
HSL color Cylindrical-coordinate representation of color #3AB707: hue angle of 102.61º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3AB707 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 58 | 183 | 7 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.28 |
| HSL | 102.61º | 0.93% | 0.37% | - |
| HSV(B) | 102.61º | 0.96% | 0.72% | - |
| XYZ | 18.72 | 34.78 | 5.93 | - |
| YUV | 125.56 | 61.09 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 183 | 7 | 0.68 | 0 | 0.96 | 0.28 | 102.61 | 0.93 | 0.37 |
| Hex | 3A | B7 | 7 | 44 | 0 | 60 | 1C | 67 | 5D | 25 |
| Octal | 72 | 267 | 7 | 104 | 0 | 140 | 34 | 147 | 135 | 45 |
| Binary | 111010 | 10110111 | 111 | 1000100 | 0 | 1100000 | 11100 | 1100111 | 1011101 | 100101 |
Color Harmonies of #3AB707
Complementary color
Monochromatic Colors of #3AB707
Black with #3AB707
Text Example
Text Example
White with #3AB707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB707; }
p { color: rgb(58,183,7); }
H1.HeaderClassName
{
color: #3AB707;
}
.AnyTagClassName
{
color: #3AB707;
}
</style>
background-color css
<style>
a { background-color: #3AB707; }
a { background-color: rgb(58,183,7); }
div.DivClassName
{
background-color: #3AB707;
}
.BgClassName
{
background-color: #3AB707;
}
</style>
border-color css
<style>
span { border-color: #3AB707; }
span { border-color: rgb(58,183,7); }
td.TdClassName
{
border-color: #3AB707;
}
.TagClassName
{
border-color: #3AB707;
}
</style>