Shades of Kelly Green #3AB31F
Tints of Kelly Green #3AB31F
RGB
CMYK
RGB Variations
Color information
#3AB31F (or 0x3AB31F) is known color: Kelly Green. HEX triplet: 3A, B3 and 1F. RGB value is (58,179,31). Sum of RGB (Red+Green+Blue) = 58+179+31=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 179 (70.31% from 255 or 66.79% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 179 - color contains mainly: green. Hex color #3AB31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB31F is #C54CE0. Grayscale: #7E7E7E. Windows color (decimal): -12930273 or 2077498. OLE color: 2077498.
HSL color Cylindrical-coordinate representation of color #3AB31F: hue angle of 109.05º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3AB31F is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 179 | 31 | - |
| CMYK | 0.68 | 0 | 0.83 | 0.30 |
| HSL | 109.05º | 0.7% | 0.41% | - |
| HSV(B) | 109.05º | 0.83% | 0.7% | - |
| XYZ | 18.11 | 33.24 | 6.76 | - |
| YUV | 125.95 | 74.41 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 179 | 31 | 0.68 | 0 | 0.83 | 0.30 | 109.05 | 0.7 | 0.41 |
| Hex | 3A | B3 | 1F | 44 | 0 | 53 | 1E | 6D | 46 | 29 |
| Octal | 72 | 263 | 37 | 104 | 0 | 123 | 36 | 155 | 106 | 51 |
| Binary | 111010 | 10110011 | 11111 | 1000100 | 0 | 1010011 | 11110 | 1101101 | 1000110 | 101001 |
Color Harmonies of #3AB31F
Complementary color
Monochromatic Colors of #3AB31F
Black with #3AB31F
Text Example
Text Example
White with #3AB31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB31F; }
p { color: rgb(58,179,31); }
H1.HeaderClassName
{
color: #3AB31F;
}
.AnyTagClassName
{
color: #3AB31F;
}
</style>
background-color css
<style>
a { background-color: #3AB31F; }
a { background-color: rgb(58,179,31); }
div.DivClassName
{
background-color: #3AB31F;
}
.BgClassName
{
background-color: #3AB31F;
}
</style>
border-color css
<style>
span { border-color: #3AB31F; }
span { border-color: rgb(58,179,31); }
td.TdClassName
{
border-color: #3AB31F;
}
.TagClassName
{
border-color: #3AB31F;
}
</style>