Shades of Free Speech Green #00F234
Tints of Free Speech Green #00F234
RGB
CMYK
RGB Variations
Color information
#00F234 (or 0x00F234) is known color: Free Speech Green. HEX triplet: 00, F2 and 34. RGB value is (0,242,52). Sum of RGB (Red+Green+Blue) = 0+242+52=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 242 (94.92% from 255 or 82.31% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 242 - color contains mainly: green. Hex color #00F234 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F234 is #FF0DCB. Grayscale: #949494. Windows color (decimal): -16715212 or 3469824. OLE color: 3469824.
HSL color Cylindrical-coordinate representation of color #00F234: hue angle of 132.89º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F234 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 242 | 52 | - |
| CMYK | 1 | 0 | 0.79 | 0.05 |
| HSL | 132.89º | 1% | 0.47% | - |
| HSV(B) | 132.89º | 1% | 0.95% | - |
| XYZ | 32.37 | 63.75 | 13.85 | - |
| YUV | 147.98 | 73.83 | 22.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 242 | 52 | 1 | 0 | 0.79 | 0.05 | 132.89 | 1 | 0.47 |
| Hex | 0 | F2 | 34 | 64 | 0 | 4F | 5 | 85 | 64 | 2F |
| Octal | 0 | 362 | 64 | 144 | 0 | 117 | 5 | 205 | 144 | 57 |
| Binary | 0 | 11110010 | 110100 | 1100100 | 0 | 1001111 | 101 | 10000101 | 1100100 | 101111 |
Color Harmonies of #00F234
Complementary color
Monochromatic Colors of #00F234
Black with #00F234
Text Example
Text Example
White with #00F234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F234; }
p { color: rgb(0,242,52); }
H1.HeaderClassName
{
color: #00F234;
}
.AnyTagClassName
{
color: #00F234;
}
</style>
background-color css
<style>
a { background-color: #00F234; }
a { background-color: rgb(0,242,52); }
div.DivClassName
{
background-color: #00F234;
}
.BgClassName
{
background-color: #00F234;
}
</style>
border-color css
<style>
span { border-color: #00F234; }
span { border-color: rgb(0,242,52); }
td.TdClassName
{
border-color: #00F234;
}
.TagClassName
{
border-color: #00F234;
}
</style>