Shades of Kelly Green #34BF1C
Tints of Kelly Green #34BF1C
RGB
CMYK
RGB Variations
Color information
#34BF1C (or 0x34BF1C) is known color: Kelly Green. HEX triplet: 34, BF and 1C. RGB value is (52,191,28). Sum of RGB (Red+Green+Blue) = 52+191+28=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 191 (75% from 255 or 70.48% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 191 - color contains mainly: green. Hex color #34BF1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BF1C is #CB40E3. Grayscale: #838383. Windows color (decimal): -13320420 or 1883956. OLE color: 1883956.
HSL color Cylindrical-coordinate representation of color #34BF1C: hue angle of 111.17º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34BF1C is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 191 | 28 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.25 |
| HSL | 111.17º | 0.74% | 0.43% | - |
| HSV(B) | 111.17º | 0.85% | 0.75% | - |
| XYZ | 20.26 | 38.08 | 7.38 | - |
| YUV | 130.86 | 69.95 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 191 | 28 | 0.73 | 0 | 0.85 | 0.25 | 111.17 | 0.74 | 0.43 |
| Hex | 34 | BF | 1C | 49 | 0 | 55 | 19 | 6F | 4A | 2B |
| Octal | 64 | 277 | 34 | 111 | 0 | 125 | 31 | 157 | 112 | 53 |
| Binary | 110100 | 10111111 | 11100 | 1001001 | 0 | 1010101 | 11001 | 1101111 | 1001010 | 101011 |
Color Harmonies of #34BF1C
Complementary color
Monochromatic Colors of #34BF1C
Black with #34BF1C
Text Example
Text Example
White with #34BF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BF1C; }
p { color: rgb(52,191,28); }
H1.HeaderClassName
{
color: #34BF1C;
}
.AnyTagClassName
{
color: #34BF1C;
}
</style>
background-color css
<style>
a { background-color: #34BF1C; }
a { background-color: rgb(52,191,28); }
div.DivClassName
{
background-color: #34BF1C;
}
.BgClassName
{
background-color: #34BF1C;
}
</style>
border-color css
<style>
span { border-color: #34BF1C; }
span { border-color: rgb(52,191,28); }
td.TdClassName
{
border-color: #34BF1C;
}
.TagClassName
{
border-color: #34BF1C;
}
</style>