Shades of Lime Green #34C023
Tints of Lime Green #34C023
RGB
CMYK
RGB Variations
Color information
#34C023 (or 0x34C023) is known color: Lime Green. HEX triplet: 34, C0 and 23. RGB value is (52,192,35). Sum of RGB (Red+Green+Blue) = 52+192+35=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #34C023 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C023 is #CB3FDC. Grayscale: #848484. Windows color (decimal): -13320157 or 2342964. OLE color: 2342964.
HSL color Cylindrical-coordinate representation of color #34C023: hue angle of 113.5º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34C023 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 192 | 35 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.25 |
| HSL | 113.5º | 0.69% | 0.45% | - |
| HSV(B) | 113.5º | 0.82% | 0.75% | - |
| XYZ | 20.57 | 38.55 | 7.95 | - |
| YUV | 132.24 | 73.12 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 35 | 0.73 | 0 | 0.82 | 0.25 | 113.5 | 0.69 | 0.45 |
| Hex | 34 | C0 | 23 | 49 | 0 | 52 | 19 | 72 | 45 | 2D |
| Octal | 64 | 300 | 43 | 111 | 0 | 122 | 31 | 162 | 105 | 55 |
| Binary | 110100 | 11000000 | 100011 | 1001001 | 0 | 1010010 | 11001 | 1110010 | 1000101 | 101101 |
Color Harmonies of #34C023
Complementary color
Monochromatic Colors of #34C023
Black with #34C023
Text Example
Text Example
White with #34C023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C023; }
p { color: rgb(52,192,35); }
H1.HeaderClassName
{
color: #34C023;
}
.AnyTagClassName
{
color: #34C023;
}
</style>
background-color css
<style>
a { background-color: #34C023; }
a { background-color: rgb(52,192,35); }
div.DivClassName
{
background-color: #34C023;
}
.BgClassName
{
background-color: #34C023;
}
</style>
border-color css
<style>
span { border-color: #34C023; }
span { border-color: rgb(52,192,35); }
td.TdClassName
{
border-color: #34C023;
}
.TagClassName
{
border-color: #34C023;
}
</style>