Shades of Free Speech Green #28FB30
Tints of Free Speech Green #28FB30
RGB
CMYK
RGB Variations
Color information
#28FB30 (or 0x28FB30) is known color: Free Speech Green. HEX triplet: 28, FB and 30. RGB value is (40,251,48). Sum of RGB (Red+Green+Blue) = 40+251+48=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 251 (98.44% from 255 or 74.04% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 251 - color contains mainly: green. Hex color #28FB30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FB30 is #D704CF. Grayscale: #A5A5A5. Windows color (decimal): -14091472 or 3210024. OLE color: 3210024.
HSL color Cylindrical-coordinate representation of color #28FB30: hue angle of 122.27º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FB30 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 251 | 48 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.02 |
| HSL | 122.27º | 0.96% | 0.57% | - |
| HSV(B) | 122.27º | 0.84% | 0.98% | - |
| XYZ | 35.91 | 69.66 | 14.35 | - |
| YUV | 164.77 | 62.1 | 39.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 251 | 48 | 0.84 | 0 | 0.81 | 0.02 | 122.27 | 0.96 | 0.57 |
| Hex | 28 | FB | 30 | 54 | 0 | 51 | 2 | 7A | 60 | 39 |
| Octal | 50 | 373 | 60 | 124 | 0 | 121 | 2 | 172 | 140 | 71 |
| Binary | 101000 | 11111011 | 110000 | 1010100 | 0 | 1010001 | 10 | 1111010 | 1100000 | 111001 |
Color Harmonies of #28FB30
Complementary color
Monochromatic Colors of #28FB30
Black with #28FB30
Text Example
Text Example
White with #28FB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FB30; }
p { color: rgb(40,251,48); }
H1.HeaderClassName
{
color: #28FB30;
}
.AnyTagClassName
{
color: #28FB30;
}
</style>
background-color css
<style>
a { background-color: #28FB30; }
a { background-color: rgb(40,251,48); }
div.DivClassName
{
background-color: #28FB30;
}
.BgClassName
{
background-color: #28FB30;
}
</style>
border-color css
<style>
span { border-color: #28FB30; }
span { border-color: rgb(40,251,48); }
td.TdClassName
{
border-color: #28FB30;
}
.TagClassName
{
border-color: #28FB30;
}
</style>