Shades of Kelly Green #3AB60C
Tints of Kelly Green #3AB60C
RGB
CMYK
RGB Variations
Color information
#3AB60C (or 0x3AB60C) is known color: Kelly Green. HEX triplet: 3A, B6 and 0C. RGB value is (58,182,12). Sum of RGB (Red+Green+Blue) = 58+182+12=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 182 (71.48% from 255 or 72.22% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 182 - color contains mainly: green. Hex color #3AB60C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AB60C is #C549F3. Grayscale: #7E7E7E. Windows color (decimal): -12929524 or 833082. OLE color: 833082.
HSL color Cylindrical-coordinate representation of color #3AB60C: hue angle of 103.76º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AB60C is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 182 | 12 | - |
| CMYK | 0.68 | 0 | 0.93 | 0.29 |
| HSL | 103.76º | 0.88% | 0.38% | - |
| HSV(B) | 103.76º | 0.93% | 0.71% | - |
| XYZ | 18.54 | 34.38 | 6.01 | - |
| YUV | 125.54 | 63.92 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 182 | 12 | 0.68 | 0 | 0.93 | 0.29 | 103.76 | 0.88 | 0.38 |
| Hex | 3A | B6 | C | 44 | 0 | 5D | 1D | 68 | 58 | 26 |
| Octal | 72 | 266 | 14 | 104 | 0 | 135 | 35 | 150 | 130 | 46 |
| Binary | 111010 | 10110110 | 1100 | 1000100 | 0 | 1011101 | 11101 | 1101000 | 1011000 | 100110 |
Color Harmonies of #3AB60C
Complementary color
Monochromatic Colors of #3AB60C
Black with #3AB60C
Text Example
Text Example
White with #3AB60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB60C; }
p { color: rgb(58,182,12); }
H1.HeaderClassName
{
color: #3AB60C;
}
.AnyTagClassName
{
color: #3AB60C;
}
</style>
background-color css
<style>
a { background-color: #3AB60C; }
a { background-color: rgb(58,182,12); }
div.DivClassName
{
background-color: #3AB60C;
}
.BgClassName
{
background-color: #3AB60C;
}
</style>
border-color css
<style>
span { border-color: #3AB60C; }
span { border-color: rgb(58,182,12); }
td.TdClassName
{
border-color: #3AB60C;
}
.TagClassName
{
border-color: #3AB60C;
}
</style>