Shades of Kelly Green #3BAE14
Tints of Kelly Green #3BAE14
RGB
CMYK
RGB Variations
Color information
#3BAE14 (or 0x3BAE14) is known color: Kelly Green. HEX triplet: 3B, AE and 14. RGB value is (59,174,20). Sum of RGB (Red+Green+Blue) = 59+174+20=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 174 (68.36% from 255 or 68.77% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BAE14 is #C451EB. Grayscale: #7A7A7A. Windows color (decimal): -12866028 or 1355323. OLE color: 1355323.
HSL color Cylindrical-coordinate representation of color #3BAE14: hue angle of 104.81º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3BAE14 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 20 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.32 |
| HSL | 104.81º | 0.79% | 0.38% | - |
| HSV(B) | 104.81º | 0.89% | 0.68% | - |
| XYZ | 17.07 | 31.25 | 5.79 | - |
| YUV | 122.06 | 70.4 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 20 | 0.66 | 0 | 0.89 | 0.32 | 104.81 | 0.79 | 0.38 |
| Hex | 3B | AE | 14 | 42 | 0 | 59 | 20 | 69 | 4F | 26 |
| Octal | 73 | 256 | 24 | 102 | 0 | 131 | 40 | 151 | 117 | 46 |
| Binary | 111011 | 10101110 | 10100 | 1000010 | 0 | 1011001 | 100000 | 1101001 | 1001111 | 100110 |
Color Harmonies of #3BAE14
Complementary color
Monochromatic Colors of #3BAE14
Black with #3BAE14
Text Example
Text Example
White with #3BAE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAE14; }
p { color: rgb(59,174,20); }
H1.HeaderClassName
{
color: #3BAE14;
}
.AnyTagClassName
{
color: #3BAE14;
}
</style>
background-color css
<style>
a { background-color: #3BAE14; }
a { background-color: rgb(59,174,20); }
div.DivClassName
{
background-color: #3BAE14;
}
.BgClassName
{
background-color: #3BAE14;
}
</style>
border-color css
<style>
span { border-color: #3BAE14; }
span { border-color: rgb(59,174,20); }
td.TdClassName
{
border-color: #3BAE14;
}
.TagClassName
{
border-color: #3BAE14;
}
</style>