Shades of Free Speech Green #0FFD2B
Tints of Free Speech Green #0FFD2B
RGB
CMYK
RGB Variations
Color information
#0FFD2B (or 0x0FFD2B) is known color: Free Speech Green. HEX triplet: 0F, FD and 2B. RGB value is (15,253,43). Sum of RGB (Red+Green+Blue) = 15+253+43=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 253 (99.22% from 255 or 81.35% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFD2B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFD2B is #F002D4. Grayscale: #9E9E9E. Windows color (decimal): -15729365 or 2882831. OLE color: 2882831.
HSL color Cylindrical-coordinate representation of color #0FFD2B: hue angle of 127.06º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFD2B is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 43 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.01 |
| HSL | 127.06º | 0.98% | 0.53% | - |
| HSV(B) | 127.06º | 0.94% | 0.99% | - |
| XYZ | 35.76 | 70.53 | 14.01 | - |
| YUV | 157.9 | 63.15 | 26.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 43 | 0.94 | 0 | 0.83 | 0.01 | 127.06 | 0.98 | 0.53 |
| Hex | F | FD | 2B | 5E | 0 | 53 | 1 | 7F | 62 | 35 |
| Octal | 17 | 375 | 53 | 136 | 0 | 123 | 1 | 177 | 142 | 65 |
| Binary | 1111 | 11111101 | 101011 | 1011110 | 0 | 1010011 | 1 | 1111111 | 1100010 | 110101 |
Color Harmonies of #0FFD2B
Complementary color
Monochromatic Colors of #0FFD2B
Black with #0FFD2B
Text Example
Text Example
White with #0FFD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFD2B; }
p { color: rgb(15,253,43); }
H1.HeaderClassName
{
color: #0FFD2B;
}
.AnyTagClassName
{
color: #0FFD2B;
}
</style>
background-color css
<style>
a { background-color: #0FFD2B; }
a { background-color: rgb(15,253,43); }
div.DivClassName
{
background-color: #0FFD2B;
}
.BgClassName
{
background-color: #0FFD2B;
}
</style>
border-color css
<style>
span { border-color: #0FFD2B; }
span { border-color: rgb(15,253,43); }
td.TdClassName
{
border-color: #0FFD2B;
}
.TagClassName
{
border-color: #0FFD2B;
}
</style>