Shades of Lime Green #34FB3E
Tints of Lime Green #34FB3E
RGB
CMYK
RGB Variations
Color information
#34FB3E (or 0x34FB3E) is known color: Lime Green. HEX triplet: 34, FB and 3E. RGB value is (52,251,62). Sum of RGB (Red+Green+Blue) = 52+251+62=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 251 (98.44% from 255 or 68.77% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 251 - color contains mainly: green. Hex color #34FB3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FB3E is #CB04C1. Grayscale: #AAAAAA. Windows color (decimal): -13305026 or 4127540. OLE color: 4127540.
HSL color Cylindrical-coordinate representation of color #34FB3E: hue angle of 123.02º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FB3E is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 251 | 62 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.02 |
| HSL | 123.02º | 0.96% | 0.59% | - |
| HSV(B) | 123.02º | 0.79% | 0.98% | - |
| XYZ | 36.78 | 70.07 | 16.14 | - |
| YUV | 169.95 | 67.07 | 43.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 251 | 62 | 0.79 | 0 | 0.75 | 0.02 | 123.02 | 0.96 | 0.59 |
| Hex | 34 | FB | 3E | 4F | 0 | 4B | 2 | 7B | 60 | 3B |
| Octal | 64 | 373 | 76 | 117 | 0 | 113 | 2 | 173 | 140 | 73 |
| Binary | 110100 | 11111011 | 111110 | 1001111 | 0 | 1001011 | 10 | 1111011 | 1100000 | 111011 |
Color Harmonies of #34FB3E
Complementary color
Monochromatic Colors of #34FB3E
Black with #34FB3E
Text Example
Text Example
White with #34FB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FB3E; }
p { color: rgb(52,251,62); }
H1.HeaderClassName
{
color: #34FB3E;
}
.AnyTagClassName
{
color: #34FB3E;
}
</style>
background-color css
<style>
a { background-color: #34FB3E; }
a { background-color: rgb(52,251,62); }
div.DivClassName
{
background-color: #34FB3E;
}
.BgClassName
{
background-color: #34FB3E;
}
</style>
border-color css
<style>
span { border-color: #34FB3E; }
span { border-color: rgb(52,251,62); }
td.TdClassName
{
border-color: #34FB3E;
}
.TagClassName
{
border-color: #34FB3E;
}
</style>