Shades of Lime Green #34E925
Tints of Lime Green #34E925
RGB
CMYK
RGB Variations
Color information
#34E925 (or 0x34E925) is known color: Lime Green. HEX triplet: 34, E9 and 25. RGB value is (52,233,37). Sum of RGB (Red+Green+Blue) = 52+233+37=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 233 (91.41% from 255 or 72.36% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 233 - color contains mainly: green. Hex color #34E925 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E925 is #CB16DA. Grayscale: #9D9D9D. Windows color (decimal): -13309659 or 2484532. OLE color: 2484532.
HSL color Cylindrical-coordinate representation of color #34E925: hue angle of 115.41º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34E925 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 233 | 37 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.09 |
| HSL | 115.41º | 0.82% | 0.53% | - |
| HSV(B) | 115.41º | 0.84% | 0.91% | - |
| XYZ | 30.89 | 59.14 | 11.54 | - |
| YUV | 156.54 | 60.53 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 233 | 37 | 0.78 | 0 | 0.84 | 0.09 | 115.41 | 0.82 | 0.53 |
| Hex | 34 | E9 | 25 | 4E | 0 | 54 | 9 | 73 | 52 | 35 |
| Octal | 64 | 351 | 45 | 116 | 0 | 124 | 11 | 163 | 122 | 65 |
| Binary | 110100 | 11101001 | 100101 | 1001110 | 0 | 1010100 | 1001 | 1110011 | 1010010 | 110101 |
Color Harmonies of #34E925
Complementary color
Monochromatic Colors of #34E925
Black with #34E925
Text Example
Text Example
White with #34E925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E925; }
p { color: rgb(52,233,37); }
H1.HeaderClassName
{
color: #34E925;
}
.AnyTagClassName
{
color: #34E925;
}
</style>
background-color css
<style>
a { background-color: #34E925; }
a { background-color: rgb(52,233,37); }
div.DivClassName
{
background-color: #34E925;
}
.BgClassName
{
background-color: #34E925;
}
</style>
border-color css
<style>
span { border-color: #34E925; }
span { border-color: rgb(52,233,37); }
td.TdClassName
{
border-color: #34E925;
}
.TagClassName
{
border-color: #34E925;
}
</style>