Shades of Kelly Green #34D002
Tints of Kelly Green #34D002
RGB
CMYK
RGB Variations
Color information
#34D002 (or 0x34D002) is known color: Kelly Green. HEX triplet: 34, D0 and 02. RGB value is (52,208,2). Sum of RGB (Red+Green+Blue) = 52+208+2=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 208 (81.64% from 255 or 79.39% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 208 - color contains mainly: green. Hex color #34D002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D002 is #CB2FFD. Grayscale: #8A8A8A. Windows color (decimal): -13316094 or 184372. OLE color: 184372.
HSL color Cylindrical-coordinate representation of color #34D002: hue angle of 105.44º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34D002 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 208 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.18 |
| HSL | 105.44º | 0.98% | 0.41% | - |
| HSV(B) | 105.44º | 0.99% | 0.82% | - |
| XYZ | 23.98 | 45.85 | 7.64 | - |
| YUV | 137.87 | 51.32 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 208 | 2 | 0.75 | 0 | 0.99 | 0.18 | 105.44 | 0.98 | 0.41 |
| Hex | 34 | D0 | 2 | 4B | 0 | 63 | 12 | 69 | 62 | 29 |
| Octal | 64 | 320 | 2 | 113 | 0 | 143 | 22 | 151 | 142 | 51 |
| Binary | 110100 | 11010000 | 10 | 1001011 | 0 | 1100011 | 10010 | 1101001 | 1100010 | 101001 |
Color Harmonies of #34D002
Complementary color
Monochromatic Colors of #34D002
Black with #34D002
Text Example
Text Example
White with #34D002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D002; }
p { color: rgb(52,208,2); }
H1.HeaderClassName
{
color: #34D002;
}
.AnyTagClassName
{
color: #34D002;
}
</style>
background-color css
<style>
a { background-color: #34D002; }
a { background-color: rgb(52,208,2); }
div.DivClassName
{
background-color: #34D002;
}
.BgClassName
{
background-color: #34D002;
}
</style>
border-color css
<style>
span { border-color: #34D002; }
span { border-color: rgb(52,208,2); }
td.TdClassName
{
border-color: #34D002;
}
.TagClassName
{
border-color: #34D002;
}
</style>