Shades of Kelly Green #3AD502
Tints of Kelly Green #3AD502
RGB
CMYK
RGB Variations
Color information
#3AD502 (or 0x3AD502) is known color: Kelly Green. HEX triplet: 3A, D5 and 02. RGB value is (58,213,2). Sum of RGB (Red+Green+Blue) = 58+213+2=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 213 (83.59% from 255 or 78.02% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD502 is #C52AFD. Grayscale: #8F8F8F. Windows color (decimal): -12921598 or 185658. OLE color: 185658.
HSL color Cylindrical-coordinate representation of color #3AD502: hue angle of 104.08º 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 #3AD502 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 213 | 2 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.16 |
| HSL | 104.08º | 0.98% | 0.42% | - |
| HSV(B) | 104.08º | 0.99% | 0.84% | - |
| XYZ | 25.55 | 48.49 | 8.07 | - |
| YUV | 142.6 | 48.65 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 213 | 2 | 0.73 | 0 | 0.99 | 0.16 | 104.08 | 0.98 | 0.42 |
| Hex | 3A | D5 | 2 | 49 | 0 | 63 | 10 | 68 | 62 | 2A |
| Octal | 72 | 325 | 2 | 111 | 0 | 143 | 20 | 150 | 142 | 52 |
| Binary | 111010 | 11010101 | 10 | 1001001 | 0 | 1100011 | 10000 | 1101000 | 1100010 | 101010 |
Color Harmonies of #3AD502
Complementary color
Monochromatic Colors of #3AD502
Black with #3AD502
Text Example
Text Example
White with #3AD502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD502; }
p { color: rgb(58,213,2); }
H1.HeaderClassName
{
color: #3AD502;
}
.AnyTagClassName
{
color: #3AD502;
}
</style>
background-color css
<style>
a { background-color: #3AD502; }
a { background-color: rgb(58,213,2); }
div.DivClassName
{
background-color: #3AD502;
}
.BgClassName
{
background-color: #3AD502;
}
</style>
border-color css
<style>
span { border-color: #3AD502; }
span { border-color: rgb(58,213,2); }
td.TdClassName
{
border-color: #3AD502;
}
.TagClassName
{
border-color: #3AD502;
}
</style>