Shades of Kelly Green #3AB61B
Tints of Kelly Green #3AB61B
RGB
CMYK
RGB Variations
Color information
#3AB61B (or 0x3AB61B) is known color: Kelly Green. HEX triplet: 3A, B6 and 1B. RGB value is (58,182,27). Sum of RGB (Red+Green+Blue) = 58+182+27=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 182 (71.48% from 255 or 68.16% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 182 - color contains mainly: green. Hex color #3AB61B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB61B is #C549E4. Grayscale: #7F7F7F. Windows color (decimal): -12929509 or 1816122. OLE color: 1816122.
HSL color Cylindrical-coordinate representation of color #3AB61B: hue angle of 108º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3AB61B is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 182 | 27 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.29 |
| HSL | 108º | 0.74% | 0.41% | - |
| HSV(B) | 108º | 0.85% | 0.71% | - |
| XYZ | 18.67 | 34.43 | 6.7 | - |
| YUV | 127.25 | 71.42 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 182 | 27 | 0.68 | 0 | 0.85 | 0.29 | 108 | 0.74 | 0.41 |
| Hex | 3A | B6 | 1B | 44 | 0 | 55 | 1D | 6C | 4A | 29 |
| Octal | 72 | 266 | 33 | 104 | 0 | 125 | 35 | 154 | 112 | 51 |
| Binary | 111010 | 10110110 | 11011 | 1000100 | 0 | 1010101 | 11101 | 1101100 | 1001010 | 101001 |
Color Harmonies of #3AB61B
Complementary color
Monochromatic Colors of #3AB61B
Black with #3AB61B
Text Example
Text Example
White with #3AB61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB61B; }
p { color: rgb(58,182,27); }
H1.HeaderClassName
{
color: #3AB61B;
}
.AnyTagClassName
{
color: #3AB61B;
}
</style>
background-color css
<style>
a { background-color: #3AB61B; }
a { background-color: rgb(58,182,27); }
div.DivClassName
{
background-color: #3AB61B;
}
.BgClassName
{
background-color: #3AB61B;
}
</style>
border-color css
<style>
span { border-color: #3AB61B; }
span { border-color: rgb(58,182,27); }
td.TdClassName
{
border-color: #3AB61B;
}
.TagClassName
{
border-color: #3AB61B;
}
</style>