Shades of Kelly Green #3AD602
Tints of Kelly Green #3AD602
RGB
CMYK
RGB Variations
Color information
#3AD602 (or 0x3AD602) is known color: Kelly Green. HEX triplet: 3A, D6 and 02. RGB value is (58,214,2). Sum of RGB (Red+Green+Blue) = 58+214+2=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 214 (83.98% from 255 or 78.10% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD602 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD602 is #C529FD. Grayscale: #8F8F8F. Windows color (decimal): -12921342 or 185914. OLE color: 185914.
HSL color Cylindrical-coordinate representation of color #3AD602: hue angle of 104.15º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AD602 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 2 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.16 |
| HSL | 104.15º | 0.98% | 0.42% | - |
| HSV(B) | 104.15º | 0.99% | 0.84% | - |
| XYZ | 25.8 | 49 | 8.15 | - |
| YUV | 143.19 | 48.32 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 2 | 0.73 | 0 | 0.99 | 0.16 | 104.15 | 0.98 | 0.42 |
| Hex | 3A | D6 | 2 | 49 | 0 | 63 | 10 | 68 | 62 | 2A |
| Octal | 72 | 326 | 2 | 111 | 0 | 143 | 20 | 150 | 142 | 52 |
| Binary | 111010 | 11010110 | 10 | 1001001 | 0 | 1100011 | 10000 | 1101000 | 1100010 | 101010 |
Color Harmonies of #3AD602
Complementary color
Monochromatic Colors of #3AD602
Black with #3AD602
Text Example
Text Example
White with #3AD602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD602; }
p { color: rgb(58,214,2); }
H1.HeaderClassName
{
color: #3AD602;
}
.AnyTagClassName
{
color: #3AD602;
}
</style>
background-color css
<style>
a { background-color: #3AD602; }
a { background-color: rgb(58,214,2); }
div.DivClassName
{
background-color: #3AD602;
}
.BgClassName
{
background-color: #3AD602;
}
</style>
border-color css
<style>
span { border-color: #3AD602; }
span { border-color: rgb(58,214,2); }
td.TdClassName
{
border-color: #3AD602;
}
.TagClassName
{
border-color: #3AD602;
}
</style>