Shades of Kelly Green #3AB325
Tints of Kelly Green #3AB325
RGB
CMYK
RGB Variations
Color information
#3AB325 (or 0x3AB325) is known color: Kelly Green. HEX triplet: 3A, B3 and 25. RGB value is (58,179,37). Sum of RGB (Red+Green+Blue) = 58+179+37=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 179 (70.31% from 255 or 65.33% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 179 - color contains mainly: green. Hex color #3AB325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB325 is #C54CDA. Grayscale: #7F7F7F. Windows color (decimal): -12930267 or 2470714. OLE color: 2470714.
HSL color Cylindrical-coordinate representation of color #3AB325: hue angle of 111.13º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3AB325 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 179 | 37 | - |
| CMYK | 0.68 | 0 | 0.79 | 0.30 |
| HSL | 111.13º | 0.66% | 0.42% | - |
| HSV(B) | 111.13º | 0.79% | 0.7% | - |
| XYZ | 18.2 | 33.27 | 7.21 | - |
| YUV | 126.63 | 77.41 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 179 | 37 | 0.68 | 0 | 0.79 | 0.30 | 111.13 | 0.66 | 0.42 |
| Hex | 3A | B3 | 25 | 44 | 0 | 4F | 1E | 6F | 42 | 2A |
| Octal | 72 | 263 | 45 | 104 | 0 | 117 | 36 | 157 | 102 | 52 |
| Binary | 111010 | 10110011 | 100101 | 1000100 | 0 | 1001111 | 11110 | 1101111 | 1000010 | 101010 |
Color Harmonies of #3AB325
Complementary color
Monochromatic Colors of #3AB325
Black with #3AB325
Text Example
Text Example
White with #3AB325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB325; }
p { color: rgb(58,179,37); }
H1.HeaderClassName
{
color: #3AB325;
}
.AnyTagClassName
{
color: #3AB325;
}
</style>
background-color css
<style>
a { background-color: #3AB325; }
a { background-color: rgb(58,179,37); }
div.DivClassName
{
background-color: #3AB325;
}
.BgClassName
{
background-color: #3AB325;
}
</style>
border-color css
<style>
span { border-color: #3AB325; }
span { border-color: rgb(58,179,37); }
td.TdClassName
{
border-color: #3AB325;
}
.TagClassName
{
border-color: #3AB325;
}
</style>