Shades of Lime Green #34BC30
Tints of Lime Green #34BC30
RGB
CMYK
RGB Variations
Color information
#34BC30 (or 0x34BC30) is known color: Lime Green. HEX triplet: 34, BC and 30. RGB value is (52,188,48). Sum of RGB (Red+Green+Blue) = 52+188+48=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 188 (73.83% from 255 or 65.28% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BC30 is #CB43CF. Grayscale: #838383. Windows color (decimal): -13321168 or 3193908. OLE color: 3193908.
HSL color Cylindrical-coordinate representation of color #34BC30: hue angle of 118.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34BC30 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 188 | 48 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.26 |
| HSL | 118.29º | 0.59% | 0.46% | - |
| HSV(B) | 118.29º | 0.74% | 0.74% | - |
| XYZ | 19.93 | 36.91 | 8.87 | - |
| YUV | 131.38 | 80.94 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 188 | 48 | 0.72 | 0 | 0.74 | 0.26 | 118.29 | 0.59 | 0.46 |
| Hex | 34 | BC | 30 | 48 | 0 | 4A | 1A | 76 | 3B | 2E |
| Octal | 64 | 274 | 60 | 110 | 0 | 112 | 32 | 166 | 73 | 56 |
| Binary | 110100 | 10111100 | 110000 | 1001000 | 0 | 1001010 | 11010 | 1110110 | 111011 | 101110 |
Color Harmonies of #34BC30
Complementary color
Monochromatic Colors of #34BC30
Black with #34BC30
Text Example
Text Example
White with #34BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BC30; }
p { color: rgb(52,188,48); }
H1.HeaderClassName
{
color: #34BC30;
}
.AnyTagClassName
{
color: #34BC30;
}
</style>
background-color css
<style>
a { background-color: #34BC30; }
a { background-color: rgb(52,188,48); }
div.DivClassName
{
background-color: #34BC30;
}
.BgClassName
{
background-color: #34BC30;
}
</style>
border-color css
<style>
span { border-color: #34BC30; }
span { border-color: rgb(52,188,48); }
td.TdClassName
{
border-color: #34BC30;
}
.TagClassName
{
border-color: #34BC30;
}
</style>