Shades of Free Speech Green #15F030
Tints of Free Speech Green #15F030
RGB
CMYK
RGB Variations
Color information
#15F030 (or 0x15F030) is known color: Free Speech Green. HEX triplet: 15, F0 and 30. RGB value is (21,240,48). Sum of RGB (Red+Green+Blue) = 21+240+48=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 240 (94.14% from 255 or 77.67% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 240 - color contains mainly: green. Hex color #15F030 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #15F030 is #EA0FCF. Grayscale: #999999. Windows color (decimal): -15339472 or 3207189. OLE color: 3207189.
HSL color Cylindrical-coordinate representation of color #15F030: hue angle of 127.4º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F030 is Cyan = 0.91, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 240 | 48 | - |
| CMYK | 0.91 | 0 | 0.8 | 0.06 |
| HSL | 127.4º | 0.88% | 0.51% | - |
| HSV(B) | 127.4º | 0.91% | 0.94% | - |
| XYZ | 32 | 62.69 | 13.21 | - |
| YUV | 152.63 | 68.95 | 34.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 240 | 48 | 0.91 | 0 | 0.8 | 0.06 | 127.4 | 0.88 | 0.51 |
| Hex | 15 | F0 | 30 | 5B | 0 | 50 | 6 | 7F | 58 | 33 |
| Octal | 25 | 360 | 60 | 133 | 0 | 120 | 6 | 177 | 130 | 63 |
| Binary | 10101 | 11110000 | 110000 | 1011011 | 0 | 1010000 | 110 | 1111111 | 1011000 | 110011 |
Color Harmonies of #15F030
Complementary color
Monochromatic Colors of #15F030
Black with #15F030
Text Example
Text Example
White with #15F030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F030; }
p { color: rgb(21,240,48); }
H1.HeaderClassName
{
color: #15F030;
}
.AnyTagClassName
{
color: #15F030;
}
</style>
background-color css
<style>
a { background-color: #15F030; }
a { background-color: rgb(21,240,48); }
div.DivClassName
{
background-color: #15F030;
}
.BgClassName
{
background-color: #15F030;
}
</style>
border-color css
<style>
span { border-color: #15F030; }
span { border-color: rgb(21,240,48); }
td.TdClassName
{
border-color: #15F030;
}
.TagClassName
{
border-color: #15F030;
}
</style>