Shades of Kelly Green #34D202
Tints of Kelly Green #34D202
RGB
CMYK
RGB Variations
Color information
#34D202 (or 0x34D202) is known color: Kelly Green. HEX triplet: 34, D2 and 02. RGB value is (52,210,2). Sum of RGB (Red+Green+Blue) = 52+210+2=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 210 (82.42% from 255 or 79.55% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 210 - color contains mainly: green. Hex color #34D202 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D202 is #CB2DFD. Grayscale: #8B8B8B. Windows color (decimal): -13315582 or 184884. OLE color: 184884.
HSL color Cylindrical-coordinate representation of color #34D202: hue angle of 105.58º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34D202 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 210 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.18 |
| HSL | 105.58º | 0.98% | 0.42% | - |
| HSV(B) | 105.58º | 0.99% | 0.82% | - |
| XYZ | 24.47 | 46.83 | 7.81 | - |
| YUV | 139.05 | 50.65 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 210 | 2 | 0.75 | 0 | 0.99 | 0.18 | 105.58 | 0.98 | 0.42 |
| Hex | 34 | D2 | 2 | 4B | 0 | 63 | 12 | 6A | 62 | 2A |
| Octal | 64 | 322 | 2 | 113 | 0 | 143 | 22 | 152 | 142 | 52 |
| Binary | 110100 | 11010010 | 10 | 1001011 | 0 | 1100011 | 10010 | 1101010 | 1100010 | 101010 |
Color Harmonies of #34D202
Complementary color
Monochromatic Colors of #34D202
Black with #34D202
Text Example
Text Example
White with #34D202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D202; }
p { color: rgb(52,210,2); }
H1.HeaderClassName
{
color: #34D202;
}
.AnyTagClassName
{
color: #34D202;
}
</style>
background-color css
<style>
a { background-color: #34D202; }
a { background-color: rgb(52,210,2); }
div.DivClassName
{
background-color: #34D202;
}
.BgClassName
{
background-color: #34D202;
}
</style>
border-color css
<style>
span { border-color: #34D202; }
span { border-color: rgb(52,210,2); }
td.TdClassName
{
border-color: #34D202;
}
.TagClassName
{
border-color: #34D202;
}
</style>