Shades of Kelly Green #3AB80C
Tints of Kelly Green #3AB80C
RGB
CMYK
RGB Variations
Color information
#3AB80C (or 0x3AB80C) is known color: Kelly Green. HEX triplet: 3A, B8 and 0C. RGB value is (58,184,12). Sum of RGB (Red+Green+Blue) = 58+184+12=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 184 (72.27% from 255 or 72.44% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 184 - color contains mainly: green. Hex color #3AB80C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AB80C is #C547F3. Grayscale: #7F7F7F. Windows color (decimal): -12929012 or 833594. OLE color: 833594.
HSL color Cylindrical-coordinate representation of color #3AB80C: hue angle of 103.95º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AB80C is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 58 | 184 | 12 | - |
| CMYK | 0.68 | 0 | 0.93 | 0.28 |
| HSL | 103.95º | 0.88% | 0.38% | - |
| HSV(B) | 103.95º | 0.93% | 0.72% | - |
| XYZ | 18.95 | 35.21 | 6.14 | - |
| YUV | 126.72 | 63.26 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 184 | 12 | 0.68 | 0 | 0.93 | 0.28 | 103.95 | 0.88 | 0.38 |
| Hex | 3A | B8 | C | 44 | 0 | 5D | 1C | 68 | 58 | 26 |
| Octal | 72 | 270 | 14 | 104 | 0 | 135 | 34 | 150 | 130 | 46 |
| Binary | 111010 | 10111000 | 1100 | 1000100 | 0 | 1011101 | 11100 | 1101000 | 1011000 | 100110 |
Color Harmonies of #3AB80C
Complementary color
Monochromatic Colors of #3AB80C
Black with #3AB80C
Text Example
Text Example
White with #3AB80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB80C; }
p { color: rgb(58,184,12); }
H1.HeaderClassName
{
color: #3AB80C;
}
.AnyTagClassName
{
color: #3AB80C;
}
</style>
background-color css
<style>
a { background-color: #3AB80C; }
a { background-color: rgb(58,184,12); }
div.DivClassName
{
background-color: #3AB80C;
}
.BgClassName
{
background-color: #3AB80C;
}
</style>
border-color css
<style>
span { border-color: #3AB80C; }
span { border-color: rgb(58,184,12); }
td.TdClassName
{
border-color: #3AB80C;
}
.TagClassName
{
border-color: #3AB80C;
}
</style>