Shades of Kelly Green #3AB40C
Tints of Kelly Green #3AB40C
RGB
CMYK
RGB Variations
Color information
#3AB40C (or 0x3AB40C) is known color: Kelly Green. HEX triplet: 3A, B4 and 0C. RGB value is (58,180,12). Sum of RGB (Red+Green+Blue) = 58+180+12=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 180 (70.70% from 255 or 72% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 180 - color contains mainly: green. Hex color #3AB40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AB40C is #C54BF3. Grayscale: #7C7C7C. Windows color (decimal): -12930036 or 832570. OLE color: 832570.
HSL color Cylindrical-coordinate representation of color #3AB40C: hue angle of 103.57º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AB40C is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 180 | 12 | - |
| CMYK | 0.68 | 0 | 0.93 | 0.29 |
| HSL | 103.57º | 0.88% | 0.38% | - |
| HSV(B) | 103.57º | 0.93% | 0.71% | - |
| XYZ | 18.13 | 33.57 | 5.87 | - |
| YUV | 124.37 | 64.58 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 180 | 12 | 0.68 | 0 | 0.93 | 0.29 | 103.57 | 0.88 | 0.38 |
| Hex | 3A | B4 | C | 44 | 0 | 5D | 1D | 68 | 58 | 26 |
| Octal | 72 | 264 | 14 | 104 | 0 | 135 | 35 | 150 | 130 | 46 |
| Binary | 111010 | 10110100 | 1100 | 1000100 | 0 | 1011101 | 11101 | 1101000 | 1011000 | 100110 |
Color Harmonies of #3AB40C
Complementary color
Monochromatic Colors of #3AB40C
Black with #3AB40C
Text Example
Text Example
White with #3AB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB40C; }
p { color: rgb(58,180,12); }
H1.HeaderClassName
{
color: #3AB40C;
}
.AnyTagClassName
{
color: #3AB40C;
}
</style>
background-color css
<style>
a { background-color: #3AB40C; }
a { background-color: rgb(58,180,12); }
div.DivClassName
{
background-color: #3AB40C;
}
.BgClassName
{
background-color: #3AB40C;
}
</style>
border-color css
<style>
span { border-color: #3AB40C; }
span { border-color: rgb(58,180,12); }
td.TdClassName
{
border-color: #3AB40C;
}
.TagClassName
{
border-color: #3AB40C;
}
</style>