Shades of Free Speech Green #28FF30
Tints of Free Speech Green #28FF30
RGB
CMYK
RGB Variations
Color information
#28FF30 (or 0x28FF30) is known color: Free Speech Green. HEX triplet: 28, FF and 30. RGB value is (40,255,48). Sum of RGB (Red+Green+Blue) = 40+255+48=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 255 (100% from 255 or 74.34% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FF30 is #D700CF. Grayscale: #A7A7A7. Windows color (decimal): -14090448 or 3211048. OLE color: 3211048.
HSL color Cylindrical-coordinate representation of color #28FF30: hue angle of 122.23º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FF30 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 48 | - |
| CMYK | 0.84 | 0 | 0.81 | 0 |
| HSL | 122.23º | 1% | 0.58% | - |
| HSV(B) | 122.23º | 0.84% | 1% | - |
| XYZ | 37.17 | 72.18 | 14.77 | - |
| YUV | 167.12 | 60.77 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 48 | 0.84 | 0 | 0.81 | 0 | 122.23 | 1 | 0.58 |
| Hex | 28 | FF | 30 | 54 | 0 | 51 | 0 | 7A | 64 | 3A |
| Octal | 50 | 377 | 60 | 124 | 0 | 121 | 0 | 172 | 144 | 72 |
| Binary | 101000 | 11111111 | 110000 | 1010100 | 0 | 1010001 | 0 | 1111010 | 1100100 | 111010 |
Color Harmonies of #28FF30
Complementary color
Monochromatic Colors of #28FF30
Black with #28FF30
Text Example
Text Example
White with #28FF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FF30; }
p { color: rgb(40,255,48); }
H1.HeaderClassName
{
color: #28FF30;
}
.AnyTagClassName
{
color: #28FF30;
}
</style>
background-color css
<style>
a { background-color: #28FF30; }
a { background-color: rgb(40,255,48); }
div.DivClassName
{
background-color: #28FF30;
}
.BgClassName
{
background-color: #28FF30;
}
</style>
border-color css
<style>
span { border-color: #28FF30; }
span { border-color: rgb(40,255,48); }
td.TdClassName
{
border-color: #28FF30;
}
.TagClassName
{
border-color: #28FF30;
}
</style>