Shades of Kelly Green #3AB212
Tints of Kelly Green #3AB212
RGB
CMYK
RGB Variations
Color information
#3AB212 (or 0x3AB212) is known color: Kelly Green. HEX triplet: 3A, B2 and 12. RGB value is (58,178,18). Sum of RGB (Red+Green+Blue) = 58+178+18=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 178 (69.92% from 255 or 70.08% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AB212 is #C54DED. Grayscale: #7C7C7C. Windows color (decimal): -12930542 or 1225274. OLE color: 1225274.
HSL color Cylindrical-coordinate representation of color #3AB212: hue angle of 105º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AB212 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 178 | 18 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.30 |
| HSL | 105º | 0.82% | 0.38% | - |
| HSV(B) | 105º | 0.9% | 0.7% | - |
| XYZ | 17.77 | 32.78 | 5.96 | - |
| YUV | 123.88 | 68.24 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 178 | 18 | 0.67 | 0 | 0.90 | 0.30 | 105 | 0.82 | 0.38 |
| Hex | 3A | B2 | 12 | 43 | 0 | 5A | 1E | 69 | 52 | 26 |
| Octal | 72 | 262 | 22 | 103 | 0 | 132 | 36 | 151 | 122 | 46 |
| Binary | 111010 | 10110010 | 10010 | 1000011 | 0 | 1011010 | 11110 | 1101001 | 1010010 | 100110 |
Color Harmonies of #3AB212
Complementary color
Monochromatic Colors of #3AB212
Black with #3AB212
Text Example
Text Example
White with #3AB212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB212; }
p { color: rgb(58,178,18); }
H1.HeaderClassName
{
color: #3AB212;
}
.AnyTagClassName
{
color: #3AB212;
}
</style>
background-color css
<style>
a { background-color: #3AB212; }
a { background-color: rgb(58,178,18); }
div.DivClassName
{
background-color: #3AB212;
}
.BgClassName
{
background-color: #3AB212;
}
</style>
border-color css
<style>
span { border-color: #3AB212; }
span { border-color: rgb(58,178,18); }
td.TdClassName
{
border-color: #3AB212;
}
.TagClassName
{
border-color: #3AB212;
}
</style>