Shades of Kelly Green #3BAF18
Tints of Kelly Green #3BAF18
RGB
CMYK
RGB Variations
Color information
#3BAF18 (or 0x3BAF18) is known color: Kelly Green. HEX triplet: 3B, AF and 18. RGB value is (59,175,24). Sum of RGB (Red+Green+Blue) = 59+175+24=258 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.87% from 258); Green value is 175 (68.75% from 255 or 67.83% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BAF18 is #C450E7. Grayscale: #7B7B7B. Windows color (decimal): -12865768 or 1617723. OLE color: 1617723.
HSL color Cylindrical-coordinate representation of color #3BAF18: hue angle of 106.09º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3BAF18 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 24 | - |
| CMYK | 0.66 | 0 | 0.86 | 0.31 |
| HSL | 106.09º | 0.76% | 0.39% | - |
| HSV(B) | 106.09º | 0.86% | 0.69% | - |
| XYZ | 17.3 | 31.66 | 6.06 | - |
| YUV | 123.1 | 72.07 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 24 | 0.66 | 0 | 0.86 | 0.31 | 106.09 | 0.76 | 0.39 |
| Hex | 3B | AF | 18 | 42 | 0 | 56 | 1F | 6A | 4C | 27 |
| Octal | 73 | 257 | 30 | 102 | 0 | 126 | 37 | 152 | 114 | 47 |
| Binary | 111011 | 10101111 | 11000 | 1000010 | 0 | 1010110 | 11111 | 1101010 | 1001100 | 100111 |
Color Harmonies of #3BAF18
Complementary color
Monochromatic Colors of #3BAF18
Black with #3BAF18
Text Example
Text Example
White with #3BAF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF18; }
p { color: rgb(59,175,24); }
H1.HeaderClassName
{
color: #3BAF18;
}
.AnyTagClassName
{
color: #3BAF18;
}
</style>
background-color css
<style>
a { background-color: #3BAF18; }
a { background-color: rgb(59,175,24); }
div.DivClassName
{
background-color: #3BAF18;
}
.BgClassName
{
background-color: #3BAF18;
}
</style>
border-color css
<style>
span { border-color: #3BAF18; }
span { border-color: rgb(59,175,24); }
td.TdClassName
{
border-color: #3BAF18;
}
.TagClassName
{
border-color: #3BAF18;
}
</style>