Shades of Kelly Green #3AB201
Tints of Kelly Green #3AB201
RGB
CMYK
RGB Variations
Color information
#3AB201 (or 0x3AB201) is known color: Kelly Green. HEX triplet: 3A, B2 and 01. RGB value is (58,178,1). Sum of RGB (Red+Green+Blue) = 58+178+1=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 178 (69.92% from 255 or 75.11% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AB201 is #C54DFE. Grayscale: #7A7A7A. Windows color (decimal): -12930559 or 111162. OLE color: 111162.
HSL color Cylindrical-coordinate representation of color #3AB201: hue angle of 100.68º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AB201 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 178 | 1 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.30 |
| HSL | 100.68º | 0.99% | 0.35% | - |
| HSV(B) | 100.68º | 0.99% | 0.7% | - |
| XYZ | 17.67 | 32.74 | 5.42 | - |
| YUV | 121.94 | 59.74 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 178 | 1 | 0.67 | 0 | 0.99 | 0.30 | 100.68 | 0.99 | 0.35 |
| Hex | 3A | B2 | 1 | 43 | 0 | 63 | 1E | 65 | 63 | 23 |
| Octal | 72 | 262 | 1 | 103 | 0 | 143 | 36 | 145 | 143 | 43 |
| Binary | 111010 | 10110010 | 1 | 1000011 | 0 | 1100011 | 11110 | 1100101 | 1100011 | 100011 |
Color Harmonies of #3AB201
Complementary color
Monochromatic Colors of #3AB201
Black with #3AB201
Text Example
Text Example
White with #3AB201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB201; }
p { color: rgb(58,178,1); }
H1.HeaderClassName
{
color: #3AB201;
}
.AnyTagClassName
{
color: #3AB201;
}
</style>
background-color css
<style>
a { background-color: #3AB201; }
a { background-color: rgb(58,178,1); }
div.DivClassName
{
background-color: #3AB201;
}
.BgClassName
{
background-color: #3AB201;
}
</style>
border-color css
<style>
span { border-color: #3AB201; }
span { border-color: rgb(58,178,1); }
td.TdClassName
{
border-color: #3AB201;
}
.TagClassName
{
border-color: #3AB201;
}
</style>