Shades of Lime Green #34BA23
Tints of Lime Green #34BA23
RGB
CMYK
RGB Variations
Color information
#34BA23 (or 0x34BA23) is known color: Lime Green. HEX triplet: 34, BA and 23. RGB value is (52,186,35). Sum of RGB (Red+Green+Blue) = 52+186+35=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 186 (73.05% from 255 or 68.13% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA23 is #CB45DC. Grayscale: #818181. Windows color (decimal): -13321693 or 2341428. OLE color: 2341428.
HSL color Cylindrical-coordinate representation of color #34BA23: hue angle of 113.25º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34BA23 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 186 | 35 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.27 |
| HSL | 113.25º | 0.68% | 0.43% | - |
| HSV(B) | 113.25º | 0.81% | 0.73% | - |
| XYZ | 19.28 | 35.97 | 7.52 | - |
| YUV | 128.72 | 75.11 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 35 | 0.72 | 0 | 0.81 | 0.27 | 113.25 | 0.68 | 0.43 |
| Hex | 34 | BA | 23 | 48 | 0 | 51 | 1B | 71 | 44 | 2B |
| Octal | 64 | 272 | 43 | 110 | 0 | 121 | 33 | 161 | 104 | 53 |
| Binary | 110100 | 10111010 | 100011 | 1001000 | 0 | 1010001 | 11011 | 1110001 | 1000100 | 101011 |
Color Harmonies of #34BA23
Complementary color
Monochromatic Colors of #34BA23
Black with #34BA23
Text Example
Text Example
White with #34BA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BA23; }
p { color: rgb(52,186,35); }
H1.HeaderClassName
{
color: #34BA23;
}
.AnyTagClassName
{
color: #34BA23;
}
</style>
background-color css
<style>
a { background-color: #34BA23; }
a { background-color: rgb(52,186,35); }
div.DivClassName
{
background-color: #34BA23;
}
.BgClassName
{
background-color: #34BA23;
}
</style>
border-color css
<style>
span { border-color: #34BA23; }
span { border-color: rgb(52,186,35); }
td.TdClassName
{
border-color: #34BA23;
}
.TagClassName
{
border-color: #34BA23;
}
</style>