Shades of Lime Green #34C41B
Tints of Lime Green #34C41B
RGB
CMYK
RGB Variations
Color information
#34C41B (or 0x34C41B) is known color: Lime Green. HEX triplet: 34, C4 and 1B. RGB value is (52,196,27). Sum of RGB (Red+Green+Blue) = 52+196+27=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 196 (76.95% from 255 or 71.27% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 196 - color contains mainly: green. Hex color #34C41B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C41B is #CB3BE4. Grayscale: #868686. Windows color (decimal): -13319141 or 1819700. OLE color: 1819700.
HSL color Cylindrical-coordinate representation of color #34C41B: hue angle of 111.12º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34C41B is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 196 | 27 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.23 |
| HSL | 111.12º | 0.76% | 0.44% | - |
| HSV(B) | 111.12º | 0.86% | 0.77% | - |
| XYZ | 21.35 | 40.29 | 7.69 | - |
| YUV | 133.68 | 67.79 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 196 | 27 | 0.73 | 0 | 0.86 | 0.23 | 111.12 | 0.76 | 0.44 |
| Hex | 34 | C4 | 1B | 49 | 0 | 56 | 17 | 6F | 4C | 2C |
| Octal | 64 | 304 | 33 | 111 | 0 | 126 | 27 | 157 | 114 | 54 |
| Binary | 110100 | 11000100 | 11011 | 1001001 | 0 | 1010110 | 10111 | 1101111 | 1001100 | 101100 |
Color Harmonies of #34C41B
Complementary color
Monochromatic Colors of #34C41B
Black with #34C41B
Text Example
Text Example
White with #34C41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C41B; }
p { color: rgb(52,196,27); }
H1.HeaderClassName
{
color: #34C41B;
}
.AnyTagClassName
{
color: #34C41B;
}
</style>
background-color css
<style>
a { background-color: #34C41B; }
a { background-color: rgb(52,196,27); }
div.DivClassName
{
background-color: #34C41B;
}
.BgClassName
{
background-color: #34C41B;
}
</style>
border-color css
<style>
span { border-color: #34C41B; }
span { border-color: rgb(52,196,27); }
td.TdClassName
{
border-color: #34C41B;
}
.TagClassName
{
border-color: #34C41B;
}
</style>