Shades of Kelly Green #34BC1C
Tints of Kelly Green #34BC1C
RGB
CMYK
RGB Variations
Color information
#34BC1C (or 0x34BC1C) is known color: Kelly Green. HEX triplet: 34, BC and 1C. RGB value is (52,188,28). Sum of RGB (Red+Green+Blue) = 52+188+28=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 188 (73.83% from 255 or 70.15% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BC1C is #CB43E3. Grayscale: #818181. Windows color (decimal): -13321188 or 1883188. OLE color: 1883188.
HSL color Cylindrical-coordinate representation of color #34BC1C: hue angle of 111º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34BC1C is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 188 | 28 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.26 |
| HSL | 111º | 0.74% | 0.42% | - |
| HSV(B) | 111º | 0.85% | 0.74% | - |
| XYZ | 19.61 | 36.78 | 7.16 | - |
| YUV | 129.1 | 70.94 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 188 | 28 | 0.72 | 0 | 0.85 | 0.26 | 111 | 0.74 | 0.42 |
| Hex | 34 | BC | 1C | 48 | 0 | 55 | 1A | 6F | 4A | 2A |
| Octal | 64 | 274 | 34 | 110 | 0 | 125 | 32 | 157 | 112 | 52 |
| Binary | 110100 | 10111100 | 11100 | 1001000 | 0 | 1010101 | 11010 | 1101111 | 1001010 | 101010 |
Color Harmonies of #34BC1C
Complementary color
Monochromatic Colors of #34BC1C
Black with #34BC1C
Text Example
Text Example
White with #34BC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BC1C; }
p { color: rgb(52,188,28); }
H1.HeaderClassName
{
color: #34BC1C;
}
.AnyTagClassName
{
color: #34BC1C;
}
</style>
background-color css
<style>
a { background-color: #34BC1C; }
a { background-color: rgb(52,188,28); }
div.DivClassName
{
background-color: #34BC1C;
}
.BgClassName
{
background-color: #34BC1C;
}
</style>
border-color css
<style>
span { border-color: #34BC1C; }
span { border-color: rgb(52,188,28); }
td.TdClassName
{
border-color: #34BC1C;
}
.TagClassName
{
border-color: #34BC1C;
}
</style>