Shades of Kelly Green #34BA03
Tints of Kelly Green #34BA03
RGB
CMYK
RGB Variations
Color information
#34BA03 (or 0x34BA03) is known color: Kelly Green. HEX triplet: 34, BA and 03. RGB value is (52,186,3). Sum of RGB (Red+Green+Blue) = 52+186+3=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 186 (73.05% from 255 or 77.18% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34BA03 is #CB45FC. Grayscale: #7D7D7D. Windows color (decimal): -13321725 or 244276. OLE color: 244276.
HSL color Cylindrical-coordinate representation of color #34BA03: hue angle of 103.93º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34BA03 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 186 | 3 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.27 |
| HSL | 103.93º | 0.97% | 0.37% | - |
| HSV(B) | 103.93º | 0.98% | 0.73% | - |
| XYZ | 18.99 | 35.85 | 6.01 | - |
| YUV | 125.07 | 59.11 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 3 | 0.72 | 0 | 0.98 | 0.27 | 103.93 | 0.97 | 0.37 |
| Hex | 34 | BA | 3 | 48 | 0 | 62 | 1B | 68 | 61 | 25 |
| Octal | 64 | 272 | 3 | 110 | 0 | 142 | 33 | 150 | 141 | 45 |
| Binary | 110100 | 10111010 | 11 | 1001000 | 0 | 1100010 | 11011 | 1101000 | 1100001 | 100101 |
Color Harmonies of #34BA03
Complementary color
Monochromatic Colors of #34BA03
Black with #34BA03
Text Example
Text Example
White with #34BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BA03; }
p { color: rgb(52,186,3); }
H1.HeaderClassName
{
color: #34BA03;
}
.AnyTagClassName
{
color: #34BA03;
}
</style>
background-color css
<style>
a { background-color: #34BA03; }
a { background-color: rgb(52,186,3); }
div.DivClassName
{
background-color: #34BA03;
}
.BgClassName
{
background-color: #34BA03;
}
</style>
border-color css
<style>
span { border-color: #34BA03; }
span { border-color: rgb(52,186,3); }
td.TdClassName
{
border-color: #34BA03;
}
.TagClassName
{
border-color: #34BA03;
}
</style>