Shades of Kelly Green #34B702
Tints of Kelly Green #34B702
RGB
CMYK
RGB Variations
Color information
#34B702 (or 0x34B702) is known color: Kelly Green. HEX triplet: 34, B7 and 02. RGB value is (52,183,2). Sum of RGB (Red+Green+Blue) = 52+183+2=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 183 (71.88% from 255 or 77.22% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 183 - color contains mainly: green. Hex color #34B702 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34B702 is #CB48FD. Grayscale: #7B7B7B. Windows color (decimal): -13322494 or 177972. OLE color: 177972.
HSL color Cylindrical-coordinate representation of color #34B702: hue angle of 103.43º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34B702 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 183 | 2 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.28 |
| HSL | 103.43º | 0.98% | 0.36% | - |
| HSV(B) | 103.43º | 0.99% | 0.72% | - |
| XYZ | 18.36 | 34.6 | 5.77 | - |
| YUV | 123.2 | 59.6 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 183 | 2 | 0.72 | 0 | 0.99 | 0.28 | 103.43 | 0.98 | 0.36 |
| Hex | 34 | B7 | 2 | 48 | 0 | 63 | 1C | 67 | 62 | 24 |
| Octal | 64 | 267 | 2 | 110 | 0 | 143 | 34 | 147 | 142 | 44 |
| Binary | 110100 | 10110111 | 10 | 1001000 | 0 | 1100011 | 11100 | 1100111 | 1100010 | 100100 |
Color Harmonies of #34B702
Complementary color
Monochromatic Colors of #34B702
Black with #34B702
Text Example
Text Example
White with #34B702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B702; }
p { color: rgb(52,183,2); }
H1.HeaderClassName
{
color: #34B702;
}
.AnyTagClassName
{
color: #34B702;
}
</style>
background-color css
<style>
a { background-color: #34B702; }
a { background-color: rgb(52,183,2); }
div.DivClassName
{
background-color: #34B702;
}
.BgClassName
{
background-color: #34B702;
}
</style>
border-color css
<style>
span { border-color: #34B702; }
span { border-color: rgb(52,183,2); }
td.TdClassName
{
border-color: #34B702;
}
.TagClassName
{
border-color: #34B702;
}
</style>