Shades of Lime Green #34BC21
Tints of Lime Green #34BC21
RGB
CMYK
RGB Variations
Color information
#34BC21 (or 0x34BC21) is known color: Lime Green. HEX triplet: 34, BC and 21. RGB value is (52,188,33). Sum of RGB (Red+Green+Blue) = 52+188+33=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 188 (73.83% from 255 or 68.86% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BC21 is #CB43DE. Grayscale: #828282. Windows color (decimal): -13321183 or 2210868. OLE color: 2210868.
HSL color Cylindrical-coordinate representation of color #34BC21: hue angle of 112.65º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34BC21 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 188 | 33 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.26 |
| HSL | 112.65º | 0.7% | 0.43% | - |
| HSV(B) | 112.65º | 0.82% | 0.74% | - |
| XYZ | 19.67 | 36.81 | 7.51 | - |
| YUV | 129.67 | 73.44 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 188 | 33 | 0.72 | 0 | 0.82 | 0.26 | 112.65 | 0.7 | 0.43 |
| Hex | 34 | BC | 21 | 48 | 0 | 52 | 1A | 71 | 46 | 2B |
| Octal | 64 | 274 | 41 | 110 | 0 | 122 | 32 | 161 | 106 | 53 |
| Binary | 110100 | 10111100 | 100001 | 1001000 | 0 | 1010010 | 11010 | 1110001 | 1000110 | 101011 |
Color Harmonies of #34BC21
Complementary color
Monochromatic Colors of #34BC21
Black with #34BC21
Text Example
Text Example
White with #34BC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BC21; }
p { color: rgb(52,188,33); }
H1.HeaderClassName
{
color: #34BC21;
}
.AnyTagClassName
{
color: #34BC21;
}
</style>
background-color css
<style>
a { background-color: #34BC21; }
a { background-color: rgb(52,188,33); }
div.DivClassName
{
background-color: #34BC21;
}
.BgClassName
{
background-color: #34BC21;
}
</style>
border-color css
<style>
span { border-color: #34BC21; }
span { border-color: rgb(52,188,33); }
td.TdClassName
{
border-color: #34BC21;
}
.TagClassName
{
border-color: #34BC21;
}
</style>