Shades of Spring Green #30FC7B
Tints of Spring Green #30FC7B
RGB
CMYK
RGB Variations
Color information
#30FC7B (or 0x30FC7B) is known color: Spring Green. HEX triplet: 30, FC and 7B. RGB value is (48,252,123). Sum of RGB (Red+Green+Blue) = 48+252+123=423 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.35% from 423); Green value is 252 (98.83% from 255 or 59.57% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 252 - color contains mainly: green. Hex color #30FC7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FC7B is #CF0384. Grayscale: #B0B0B0. Windows color (decimal): -13566853 or 8125488. OLE color: 8125488.
HSL color Cylindrical-coordinate representation of color #30FC7B: hue angle of 142.06º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FC7B is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 252 | 123 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.01 |
| HSL | 142.06º | 0.97% | 0.59% | - |
| HSV(B) | 142.06º | 0.81% | 0.99% | - |
| XYZ | 39.6 | 71.68 | 30.49 | - |
| YUV | 176.3 | 97.91 | 36.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 252 | 123 | 0.81 | 0 | 0.51 | 0.01 | 142.06 | 0.97 | 0.59 |
| Hex | 30 | FC | 7B | 51 | 0 | 33 | 1 | 8E | 61 | 3B |
| Octal | 60 | 374 | 173 | 121 | 0 | 63 | 1 | 216 | 141 | 73 |
| Binary | 110000 | 11111100 | 1111011 | 1010001 | 0 | 110011 | 1 | 10001110 | 1100001 | 111011 |
Color Harmonies of #30FC7B
Complementary color
Monochromatic Colors of #30FC7B
Black with #30FC7B
Text Example
Text Example
White with #30FC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FC7B; }
p { color: rgb(48,252,123); }
H1.HeaderClassName
{
color: #30FC7B;
}
.AnyTagClassName
{
color: #30FC7B;
}
</style>
background-color css
<style>
a { background-color: #30FC7B; }
a { background-color: rgb(48,252,123); }
div.DivClassName
{
background-color: #30FC7B;
}
.BgClassName
{
background-color: #30FC7B;
}
</style>
border-color css
<style>
span { border-color: #30FC7B; }
span { border-color: rgb(48,252,123); }
td.TdClassName
{
border-color: #30FC7B;
}
.TagClassName
{
border-color: #30FC7B;
}
</style>