Shades of Kelly Green #3DA802
Tints of Kelly Green #3DA802
RGB
CMYK
RGB Variations
Color information
#3DA802 (or 0x3DA802) is known color: Kelly Green. HEX triplet: 3D, A8 and 02. RGB value is (61,168,2). Sum of RGB (Red+Green+Blue) = 61+168+2=231 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.41% from 231); Green value is 168 (66.02% from 255 or 72.73% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 168 - color contains mainly: green. Hex color #3DA802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA802 is #C257FD. Grayscale: #757575. Windows color (decimal): -12736510 or 174141. OLE color: 174141.
HSL color Cylindrical-coordinate representation of color #3DA802: hue angle of 98.67º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3DA802 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 61 | 168 | 2 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.34 |
| HSL | 98.67º | 0.98% | 0.33% | - |
| HSV(B) | 98.67º | 0.99% | 0.66% | - |
| XYZ | 15.94 | 29 | 4.82 | - |
| YUV | 117.08 | 63.05 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 168 | 2 | 0.64 | 0 | 0.99 | 0.34 | 98.67 | 0.98 | 0.33 |
| Hex | 3D | A8 | 2 | 40 | 0 | 63 | 22 | 63 | 62 | 21 |
| Octal | 75 | 250 | 2 | 100 | 0 | 143 | 42 | 143 | 142 | 41 |
| Binary | 111101 | 10101000 | 10 | 1000000 | 0 | 1100011 | 100010 | 1100011 | 1100010 | 100001 |
Color Harmonies of #3DA802
Complementary color
Monochromatic Colors of #3DA802
Black with #3DA802
Text Example
Text Example
White with #3DA802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA802; }
p { color: rgb(61,168,2); }
H1.HeaderClassName
{
color: #3DA802;
}
.AnyTagClassName
{
color: #3DA802;
}
</style>
background-color css
<style>
a { background-color: #3DA802; }
a { background-color: rgb(61,168,2); }
div.DivClassName
{
background-color: #3DA802;
}
.BgClassName
{
background-color: #3DA802;
}
</style>
border-color css
<style>
span { border-color: #3DA802; }
span { border-color: rgb(61,168,2); }
td.TdClassName
{
border-color: #3DA802;
}
.TagClassName
{
border-color: #3DA802;
}
</style>