Shades of Kelly Green #3DC502
Tints of Kelly Green #3DC502
RGB
CMYK
RGB Variations
Color information
#3DC502 (or 0x3DC502) is known color: Kelly Green. HEX triplet: 3D, C5 and 02. RGB value is (61,197,2). Sum of RGB (Red+Green+Blue) = 61+197+2=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 197 (77.34% from 255 or 75.77% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DC502 is #C23AFD. Grayscale: #868686. Windows color (decimal): -12729086 or 181565. OLE color: 181565.
HSL color Cylindrical-coordinate representation of color #3DC502: hue angle of 101.85º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3DC502 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 197 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.23 |
| HSL | 101.85º | 0.98% | 0.39% | - |
| HSV(B) | 101.85º | 0.99% | 0.77% | - |
| XYZ | 21.9 | 40.93 | 6.8 | - |
| YUV | 134.11 | 53.44 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 197 | 2 | 0.69 | 0 | 0.99 | 0.23 | 101.85 | 0.98 | 0.39 |
| Hex | 3D | C5 | 2 | 45 | 0 | 63 | 17 | 66 | 62 | 27 |
| Octal | 75 | 305 | 2 | 105 | 0 | 143 | 27 | 146 | 142 | 47 |
| Binary | 111101 | 11000101 | 10 | 1000101 | 0 | 1100011 | 10111 | 1100110 | 1100010 | 100111 |
Color Harmonies of #3DC502
Complementary color
Monochromatic Colors of #3DC502
Black with #3DC502
Text Example
Text Example
White with #3DC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC502; }
p { color: rgb(61,197,2); }
H1.HeaderClassName
{
color: #3DC502;
}
.AnyTagClassName
{
color: #3DC502;
}
</style>
background-color css
<style>
a { background-color: #3DC502; }
a { background-color: rgb(61,197,2); }
div.DivClassName
{
background-color: #3DC502;
}
.BgClassName
{
background-color: #3DC502;
}
</style>
border-color css
<style>
span { border-color: #3DC502; }
span { border-color: rgb(61,197,2); }
td.TdClassName
{
border-color: #3DC502;
}
.TagClassName
{
border-color: #3DC502;
}
</style>