Shades of Lime Green #34C228
Tints of Lime Green #34C228
RGB
CMYK
RGB Variations
Color information
#34C228 (or 0x34C228) is known color: Lime Green. HEX triplet: 34, C2 and 28. RGB value is (52,194,40). Sum of RGB (Red+Green+Blue) = 52+194+40=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 194 (76.17% from 255 or 67.83% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 194 - color contains mainly: green. Hex color #34C228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C228 is #CB3DD7. Grayscale: #868686. Windows color (decimal): -13319640 or 2671156. OLE color: 2671156.
HSL color Cylindrical-coordinate representation of color #34C228: hue angle of 115.32º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34C228 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 194 | 40 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.24 |
| HSL | 115.32º | 0.66% | 0.46% | - |
| HSV(B) | 115.32º | 0.79% | 0.76% | - |
| XYZ | 21.09 | 39.47 | 8.51 | - |
| YUV | 133.99 | 74.96 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 194 | 40 | 0.73 | 0 | 0.79 | 0.24 | 115.32 | 0.66 | 0.46 |
| Hex | 34 | C2 | 28 | 49 | 0 | 4F | 18 | 73 | 42 | 2E |
| Octal | 64 | 302 | 50 | 111 | 0 | 117 | 30 | 163 | 102 | 56 |
| Binary | 110100 | 11000010 | 101000 | 1001001 | 0 | 1001111 | 11000 | 1110011 | 1000010 | 101110 |
Color Harmonies of #34C228
Complementary color
Monochromatic Colors of #34C228
Black with #34C228
Text Example
Text Example
White with #34C228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C228; }
p { color: rgb(52,194,40); }
H1.HeaderClassName
{
color: #34C228;
}
.AnyTagClassName
{
color: #34C228;
}
</style>
background-color css
<style>
a { background-color: #34C228; }
a { background-color: rgb(52,194,40); }
div.DivClassName
{
background-color: #34C228;
}
.BgClassName
{
background-color: #34C228;
}
</style>
border-color css
<style>
span { border-color: #34C228; }
span { border-color: rgb(52,194,40); }
td.TdClassName
{
border-color: #34C228;
}
.TagClassName
{
border-color: #34C228;
}
</style>