Shades of Free Speech Green #00FF33
Tints of Free Speech Green #00FF33
RGB
CMYK
RGB Variations
Color information
#00FF33 (or 0x00FF33) is known color: Free Speech Green. HEX triplet: 00, FF and 33. RGB value is (0,255,51). Sum of RGB (Red+Green+Blue) = 0+255+51=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 255 (100% from 255 or 83.33% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 255 - color contains mainly: green. Hex color #00FF33 is a web safe color. Inversed color of #00FF33 is #FF00CC. Grayscale: #9C9C9C. Windows color (decimal): -16711885 or 3407616. OLE color: 3407616.
HSL color Cylindrical-coordinate representation of color #00FF33: hue angle of 132º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FF33 is Cyan = 1, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
RGB | 0 | 255 | 51 | - |
CMYK | 1 | 0 | 0.8 | 0 |
HSL | 132º | 1% | 0.5% | - |
HSV(B) | 132º | 1% | 1% | - |
XYZ | 36.36 | 71.76 | 15.07 | - |
YUV | 155.5 | 69.02 | 17.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 255 | 51 | 1 | 0 | 0.8 | 0 | 132 | 1 | 0.5 |
Hex | 0 | FF | 33 | 64 | 0 | 50 | 0 | 84 | 64 | 32 |
Octal | 0 | 377 | 63 | 144 | 0 | 120 | 0 | 204 | 144 | 62 |
Binary | 0 | 11111111 | 110011 | 1100100 | 0 | 1010000 | 0 | 10000100 | 1100100 | 110010 |
Color Harmonies of #00FF33
Complementary color
Monochromatic Colors of #00FF33
Black with #00FF33
Text Example
Text Example
White with #00FF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FF33; }
p { color: rgb(0,255,51); }
H1.HeaderClassName
{
color: #00FF33;
}
.AnyTagClassName
{
color: #00FF33;
}
</style>
background-color css
<style>
a { background-color: #00FF33; }
a { background-color: rgb(0,255,51); }
div.DivClassName
{
background-color: #00FF33;
}
.BgClassName
{
background-color: #00FF33;
}
</style>
border-color css
<style>
span { border-color: #00FF33; }
span { border-color: rgb(0,255,51); }
td.TdClassName
{
border-color: #00FF33;
}
.TagClassName
{
border-color: #00FF33;
}
</style>