Shades of Kelly Green #3ABF0D
Tints of Kelly Green #3ABF0D
RGB
CMYK
RGB Variations
Color information
#3ABF0D (or 0x3ABF0D) is known color: Kelly Green. HEX triplet: 3A, BF and 0D. RGB value is (58,191,13). Sum of RGB (Red+Green+Blue) = 58+191+13=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 191 (75% from 255 or 72.90% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ABF0D is #C540F2. Grayscale: #838383. Windows color (decimal): -12927219 or 900922. OLE color: 900922.
HSL color Cylindrical-coordinate representation of color #3ABF0D: hue angle of 104.83º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3ABF0D is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 191 | 13 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.25 |
| HSL | 104.83º | 0.87% | 0.4% | - |
| HSV(B) | 104.83º | 0.93% | 0.75% | - |
| XYZ | 20.45 | 38.19 | 6.67 | - |
| YUV | 130.94 | 61.44 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 13 | 0.70 | 0 | 0.93 | 0.25 | 104.83 | 0.87 | 0.4 |
| Hex | 3A | BF | D | 46 | 0 | 5D | 19 | 69 | 57 | 28 |
| Octal | 72 | 277 | 15 | 106 | 0 | 135 | 31 | 151 | 127 | 50 |
| Binary | 111010 | 10111111 | 1101 | 1000110 | 0 | 1011101 | 11001 | 1101001 | 1010111 | 101000 |
Color Harmonies of #3ABF0D
Complementary color
Monochromatic Colors of #3ABF0D
Black with #3ABF0D
Text Example
Text Example
White with #3ABF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABF0D; }
p { color: rgb(58,191,13); }
H1.HeaderClassName
{
color: #3ABF0D;
}
.AnyTagClassName
{
color: #3ABF0D;
}
</style>
background-color css
<style>
a { background-color: #3ABF0D; }
a { background-color: rgb(58,191,13); }
div.DivClassName
{
background-color: #3ABF0D;
}
.BgClassName
{
background-color: #3ABF0D;
}
</style>
border-color css
<style>
span { border-color: #3ABF0D; }
span { border-color: rgb(58,191,13); }
td.TdClassName
{
border-color: #3ABF0D;
}
.TagClassName
{
border-color: #3ABF0D;
}
</style>