Shades of Spring Green #34FB7B
Tints of Spring Green #34FB7B
RGB
CMYK
RGB Variations
Color information
#34FB7B (or 0x34FB7B) is known color: Spring Green. HEX triplet: 34, FB and 7B. RGB value is (52,251,123). Sum of RGB (Red+Green+Blue) = 52+251+123=426 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.21% from 426); Green value is 251 (98.44% from 255 or 58.92% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 251 - color contains mainly: green. Hex color #34FB7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34FB7B is #CB0484. Grayscale: #B1B1B1. Windows color (decimal): -13304965 or 8125236. OLE color: 8125236.
HSL color Cylindrical-coordinate representation of color #34FB7B: hue angle of 141.41º 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 #34FB7B is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 251 | 123 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.02 |
| HSL | 141.41º | 0.96% | 0.59% | - |
| HSV(B) | 141.41º | 0.79% | 0.98% | - |
| XYZ | 39.49 | 71.15 | 30.39 | - |
| YUV | 176.91 | 97.57 | 38.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 251 | 123 | 0.79 | 0 | 0.51 | 0.02 | 141.41 | 0.96 | 0.59 |
| Hex | 34 | FB | 7B | 4F | 0 | 33 | 2 | 8D | 60 | 3B |
| Octal | 64 | 373 | 173 | 117 | 0 | 63 | 2 | 215 | 140 | 73 |
| Binary | 110100 | 11111011 | 1111011 | 1001111 | 0 | 110011 | 10 | 10001101 | 1100000 | 111011 |
Color Harmonies of #34FB7B
Complementary color
Monochromatic Colors of #34FB7B
Black with #34FB7B
Text Example
Text Example
White with #34FB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FB7B; }
p { color: rgb(52,251,123); }
H1.HeaderClassName
{
color: #34FB7B;
}
.AnyTagClassName
{
color: #34FB7B;
}
</style>
background-color css
<style>
a { background-color: #34FB7B; }
a { background-color: rgb(52,251,123); }
div.DivClassName
{
background-color: #34FB7B;
}
.BgClassName
{
background-color: #34FB7B;
}
</style>
border-color css
<style>
span { border-color: #34FB7B; }
span { border-color: rgb(52,251,123); }
td.TdClassName
{
border-color: #34FB7B;
}
.TagClassName
{
border-color: #34FB7B;
}
</style>