Shades of Kelly Green #3AD80B
Tints of Kelly Green #3AD80B
RGB
CMYK
RGB Variations
Color information
#3AD80B (or 0x3AD80B) is known color: Kelly Green. HEX triplet: 3A, D8 and 0B. RGB value is (58,216,11). Sum of RGB (Red+Green+Blue) = 58+216+11=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 216 (84.77% from 255 or 75.79% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD80B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD80B is #C527F4. Grayscale: #929292. Windows color (decimal): -12920821 or 776250. OLE color: 776250.
HSL color Cylindrical-coordinate representation of color #3AD80B: hue angle of 106.24º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3AD80B is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 11 | - |
| CMYK | 0.73 | 0 | 0.95 | 0.15 |
| HSL | 106.24º | 0.9% | 0.45% | - |
| HSV(B) | 106.24º | 0.95% | 0.85% | - |
| XYZ | 26.36 | 50.04 | 8.59 | - |
| YUV | 145.39 | 52.15 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 11 | 0.73 | 0 | 0.95 | 0.15 | 106.24 | 0.9 | 0.45 |
| Hex | 3A | D8 | B | 49 | 0 | 5F | F | 6A | 5A | 2D |
| Octal | 72 | 330 | 13 | 111 | 0 | 137 | 17 | 152 | 132 | 55 |
| Binary | 111010 | 11011000 | 1011 | 1001001 | 0 | 1011111 | 1111 | 1101010 | 1011010 | 101101 |
Color Harmonies of #3AD80B
Complementary color
Monochromatic Colors of #3AD80B
Black with #3AD80B
Text Example
Text Example
White with #3AD80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD80B; }
p { color: rgb(58,216,11); }
H1.HeaderClassName
{
color: #3AD80B;
}
.AnyTagClassName
{
color: #3AD80B;
}
</style>
background-color css
<style>
a { background-color: #3AD80B; }
a { background-color: rgb(58,216,11); }
div.DivClassName
{
background-color: #3AD80B;
}
.BgClassName
{
background-color: #3AD80B;
}
</style>
border-color css
<style>
span { border-color: #3AD80B; }
span { border-color: rgb(58,216,11); }
td.TdClassName
{
border-color: #3AD80B;
}
.TagClassName
{
border-color: #3AD80B;
}
</style>