Shades of Kelly Green #3BB305
Tints of Kelly Green #3BB305
RGB
CMYK
RGB Variations
Color information
#3BB305 (or 0x3BB305) is known color: Kelly Green. HEX triplet: 3B, B3 and 05. RGB value is (59,179,5). Sum of RGB (Red+Green+Blue) = 59+179+5=243 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.28% from 243); Green value is 179 (70.31% from 255 or 73.66% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 179 - color contains mainly: green. Hex color #3BB305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BB305 is #C44CFA. Grayscale: #7B7B7B. Windows color (decimal): -12864763 or 373563. OLE color: 373563.
HSL color Cylindrical-coordinate representation of color #3BB305: hue angle of 101.38º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3BB305 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 59 | 179 | 5 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.30 |
| HSL | 101.38º | 0.95% | 0.36% | - |
| HSV(B) | 101.38º | 0.97% | 0.7% | - |
| XYZ | 17.95 | 33.18 | 5.6 | - |
| YUV | 123.28 | 61.24 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 179 | 5 | 0.67 | 0 | 0.97 | 0.30 | 101.38 | 0.95 | 0.36 |
| Hex | 3B | B3 | 5 | 43 | 0 | 61 | 1E | 65 | 5F | 24 |
| Octal | 73 | 263 | 5 | 103 | 0 | 141 | 36 | 145 | 137 | 44 |
| Binary | 111011 | 10110011 | 101 | 1000011 | 0 | 1100001 | 11110 | 1100101 | 1011111 | 100100 |
Color Harmonies of #3BB305
Complementary color
Monochromatic Colors of #3BB305
Black with #3BB305
Text Example
Text Example
White with #3BB305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB305; }
p { color: rgb(59,179,5); }
H1.HeaderClassName
{
color: #3BB305;
}
.AnyTagClassName
{
color: #3BB305;
}
</style>
background-color css
<style>
a { background-color: #3BB305; }
a { background-color: rgb(59,179,5); }
div.DivClassName
{
background-color: #3BB305;
}
.BgClassName
{
background-color: #3BB305;
}
</style>
border-color css
<style>
span { border-color: #3BB305; }
span { border-color: rgb(59,179,5); }
td.TdClassName
{
border-color: #3BB305;
}
.TagClassName
{
border-color: #3BB305;
}
</style>