Shades of Kelly Green #3AD702
Tints of Kelly Green #3AD702
RGB
CMYK
RGB Variations
Color information
#3AD702 (or 0x3AD702) is known color: Kelly Green. HEX triplet: 3A, D7 and 02. RGB value is (58,215,2). Sum of RGB (Red+Green+Blue) = 58+215+2=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 215 (84.38% from 255 or 78.18% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD702 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD702 is #C528FD. Grayscale: #909090. Windows color (decimal): -12921086 or 186170. OLE color: 186170.
HSL color Cylindrical-coordinate representation of color #3AD702: hue angle of 104.23º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AD702 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 2 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.16 |
| HSL | 104.23º | 0.98% | 0.43% | - |
| HSV(B) | 104.23º | 0.99% | 0.84% | - |
| XYZ | 26.06 | 49.5 | 8.24 | - |
| YUV | 143.78 | 47.99 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 2 | 0.73 | 0 | 0.99 | 0.16 | 104.23 | 0.98 | 0.43 |
| Hex | 3A | D7 | 2 | 49 | 0 | 63 | 10 | 68 | 62 | 2B |
| Octal | 72 | 327 | 2 | 111 | 0 | 143 | 20 | 150 | 142 | 53 |
| Binary | 111010 | 11010111 | 10 | 1001001 | 0 | 1100011 | 10000 | 1101000 | 1100010 | 101011 |
Color Harmonies of #3AD702
Complementary color
Monochromatic Colors of #3AD702
Black with #3AD702
Text Example
Text Example
White with #3AD702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD702; }
p { color: rgb(58,215,2); }
H1.HeaderClassName
{
color: #3AD702;
}
.AnyTagClassName
{
color: #3AD702;
}
</style>
background-color css
<style>
a { background-color: #3AD702; }
a { background-color: rgb(58,215,2); }
div.DivClassName
{
background-color: #3AD702;
}
.BgClassName
{
background-color: #3AD702;
}
</style>
border-color css
<style>
span { border-color: #3AD702; }
span { border-color: rgb(58,215,2); }
td.TdClassName
{
border-color: #3AD702;
}
.TagClassName
{
border-color: #3AD702;
}
</style>