Shades of Kelly Green #3AD302
Tints of Kelly Green #3AD302
RGB
CMYK
RGB Variations
Color information
#3AD302 (or 0x3AD302) is known color: Kelly Green. HEX triplet: 3A, D3 and 02. RGB value is (58,211,2). Sum of RGB (Red+Green+Blue) = 58+211+2=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 211 (82.81% from 255 or 77.86% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD302 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD302 is #C52CFD. Grayscale: #8E8E8E. Windows color (decimal): -12922110 or 185146. OLE color: 185146.
HSL color Cylindrical-coordinate representation of color #3AD302: hue angle of 103.92º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AD302 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 2 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.17 |
| HSL | 103.92º | 0.98% | 0.42% | - |
| HSV(B) | 103.92º | 0.99% | 0.83% | - |
| XYZ | 25.05 | 47.49 | 7.9 | - |
| YUV | 141.43 | 49.31 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 2 | 0.73 | 0 | 0.99 | 0.17 | 103.92 | 0.98 | 0.42 |
| Hex | 3A | D3 | 2 | 49 | 0 | 63 | 11 | 68 | 62 | 2A |
| Octal | 72 | 323 | 2 | 111 | 0 | 143 | 21 | 150 | 142 | 52 |
| Binary | 111010 | 11010011 | 10 | 1001001 | 0 | 1100011 | 10001 | 1101000 | 1100010 | 101010 |
Color Harmonies of #3AD302
Complementary color
Monochromatic Colors of #3AD302
Black with #3AD302
Text Example
Text Example
White with #3AD302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD302; }
p { color: rgb(58,211,2); }
H1.HeaderClassName
{
color: #3AD302;
}
.AnyTagClassName
{
color: #3AD302;
}
</style>
background-color css
<style>
a { background-color: #3AD302; }
a { background-color: rgb(58,211,2); }
div.DivClassName
{
background-color: #3AD302;
}
.BgClassName
{
background-color: #3AD302;
}
</style>
border-color css
<style>
span { border-color: #3AD302; }
span { border-color: rgb(58,211,2); }
td.TdClassName
{
border-color: #3AD302;
}
.TagClassName
{
border-color: #3AD302;
}
</style>