Shades of Lime Green #34C41F
Tints of Lime Green #34C41F
RGB
CMYK
RGB Variations
Color information
#34C41F (or 0x34C41F) is known color: Lime Green. HEX triplet: 34, C4 and 1F. RGB value is (52,196,31). Sum of RGB (Red+Green+Blue) = 52+196+31=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 196 (76.95% from 255 or 70.25% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 196 - color contains mainly: green. Hex color #34C41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C41F is #CB3BE0. Grayscale: #868686. Windows color (decimal): -13319137 or 2081844. OLE color: 2081844.
HSL color Cylindrical-coordinate representation of color #34C41F: hue angle of 112.36º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34C41F is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 196 | 31 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.23 |
| HSL | 112.36º | 0.73% | 0.45% | - |
| HSV(B) | 112.36º | 0.84% | 0.77% | - |
| XYZ | 21.4 | 40.31 | 7.95 | - |
| YUV | 134.13 | 69.79 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 196 | 31 | 0.73 | 0 | 0.84 | 0.23 | 112.36 | 0.73 | 0.45 |
| Hex | 34 | C4 | 1F | 49 | 0 | 54 | 17 | 70 | 49 | 2D |
| Octal | 64 | 304 | 37 | 111 | 0 | 124 | 27 | 160 | 111 | 55 |
| Binary | 110100 | 11000100 | 11111 | 1001001 | 0 | 1010100 | 10111 | 1110000 | 1001001 | 101101 |
Color Harmonies of #34C41F
Complementary color
Monochromatic Colors of #34C41F
Black with #34C41F
Text Example
Text Example
White with #34C41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C41F; }
p { color: rgb(52,196,31); }
H1.HeaderClassName
{
color: #34C41F;
}
.AnyTagClassName
{
color: #34C41F;
}
</style>
background-color css
<style>
a { background-color: #34C41F; }
a { background-color: rgb(52,196,31); }
div.DivClassName
{
background-color: #34C41F;
}
.BgClassName
{
background-color: #34C41F;
}
</style>
border-color css
<style>
span { border-color: #34C41F; }
span { border-color: rgb(52,196,31); }
td.TdClassName
{
border-color: #34C41F;
}
.TagClassName
{
border-color: #34C41F;
}
</style>