Shades of Kelly Green #34B102
Tints of Kelly Green #34B102
RGB
CMYK
RGB Variations
Color information
#34B102 (or 0x34B102) is known color: Kelly Green. HEX triplet: 34, B1 and 02. RGB value is (52,177,2). Sum of RGB (Red+Green+Blue) = 52+177+2=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 177 (69.53% from 255 or 76.62% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 177 - color contains mainly: green. Hex color #34B102 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34B102 is #CB4EFD. Grayscale: #787878. Windows color (decimal): -13324030 or 176436. OLE color: 176436.
HSL color Cylindrical-coordinate representation of color #34B102: hue angle of 102.86º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34B102 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 177 | 2 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.31 |
| HSL | 102.86º | 0.98% | 0.35% | - |
| HSV(B) | 102.86º | 0.99% | 0.69% | - |
| XYZ | 17.15 | 32.18 | 5.36 | - |
| YUV | 119.68 | 61.59 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 177 | 2 | 0.71 | 0 | 0.99 | 0.31 | 102.86 | 0.98 | 0.35 |
| Hex | 34 | B1 | 2 | 47 | 0 | 63 | 1F | 67 | 62 | 23 |
| Octal | 64 | 261 | 2 | 107 | 0 | 143 | 37 | 147 | 142 | 43 |
| Binary | 110100 | 10110001 | 10 | 1000111 | 0 | 1100011 | 11111 | 1100111 | 1100010 | 100011 |
Color Harmonies of #34B102
Complementary color
Monochromatic Colors of #34B102
Black with #34B102
Text Example
Text Example
White with #34B102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B102; }
p { color: rgb(52,177,2); }
H1.HeaderClassName
{
color: #34B102;
}
.AnyTagClassName
{
color: #34B102;
}
</style>
background-color css
<style>
a { background-color: #34B102; }
a { background-color: rgb(52,177,2); }
div.DivClassName
{
background-color: #34B102;
}
.BgClassName
{
background-color: #34B102;
}
</style>
border-color css
<style>
span { border-color: #34B102; }
span { border-color: rgb(52,177,2); }
td.TdClassName
{
border-color: #34B102;
}
.TagClassName
{
border-color: #34B102;
}
</style>