Shades of Kelly Green #3BCC0B
Tints of Kelly Green #3BCC0B
RGB
CMYK
RGB Variations
Color information
#3BCC0B (or 0x3BCC0B) is known color: Kelly Green. HEX triplet: 3B, CC and 0B. RGB value is (59,204,11). Sum of RGB (Red+Green+Blue) = 59+204+11=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 204 (80.08% from 255 or 74.45% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 204 - color contains mainly: green. Hex color #3BCC0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BCC0B is #C433F4. Grayscale: #8B8B8B. Windows color (decimal): -12858357 or 773179. OLE color: 773179.
HSL color Cylindrical-coordinate representation of color #3BCC0B: hue angle of 105.08º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3BCC0B is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 59 | 204 | 11 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.2 |
| HSL | 105.08º | 0.9% | 0.42% | - |
| HSV(B) | 105.08º | 0.95% | 0.8% | - |
| XYZ | 23.46 | 44.14 | 7.6 | - |
| YUV | 138.64 | 55.96 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 204 | 11 | 0.71 | 0 | 0.95 | 0.2 | 105.08 | 0.9 | 0.42 |
| Hex | 3B | CC | B | 47 | 0 | 5F | 14 | 69 | 5A | 2A |
| Octal | 73 | 314 | 13 | 107 | 0 | 137 | 24 | 151 | 132 | 52 |
| Binary | 111011 | 11001100 | 1011 | 1000111 | 0 | 1011111 | 10100 | 1101001 | 1011010 | 101010 |
Color Harmonies of #3BCC0B
Complementary color
Monochromatic Colors of #3BCC0B
Black with #3BCC0B
Text Example
Text Example
White with #3BCC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCC0B; }
p { color: rgb(59,204,11); }
H1.HeaderClassName
{
color: #3BCC0B;
}
.AnyTagClassName
{
color: #3BCC0B;
}
</style>
background-color css
<style>
a { background-color: #3BCC0B; }
a { background-color: rgb(59,204,11); }
div.DivClassName
{
background-color: #3BCC0B;
}
.BgClassName
{
background-color: #3BCC0B;
}
</style>
border-color css
<style>
span { border-color: #3BCC0B; }
span { border-color: rgb(59,204,11); }
td.TdClassName
{
border-color: #3BCC0B;
}
.TagClassName
{
border-color: #3BCC0B;
}
</style>