Shades of Free Speech Green #00E92D
Tints of Free Speech Green #00E92D
RGB
CMYK
RGB Variations
Color information
#00E92D (or 0x00E92D) is known color: Free Speech Green. HEX triplet: 00, E9 and 2D. RGB value is (0,233,45). Sum of RGB (Red+Green+Blue) = 0+233+45=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 233 (91.41% from 255 or 83.81% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 233 - color contains mainly: green. Hex color #00E92D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00E92D is #FF16D2. Grayscale: #8E8E8E. Windows color (decimal): -16717523 or 3008768. OLE color: 3008768.
HSL color Cylindrical-coordinate representation of color #00E92D: hue angle of 131.59º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E92D is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 233 | 45 | - |
| CMYK | 1 | 0 | 0.81 | 0.09 |
| HSL | 131.59º | 1% | 0.46% | - |
| HSV(B) | 131.59º | 1% | 0.91% | - |
| XYZ | 29.61 | 58.47 | 12.21 | - |
| YUV | 141.9 | 73.31 | 26.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 233 | 45 | 1 | 0 | 0.81 | 0.09 | 131.59 | 1 | 0.46 |
| Hex | 0 | E9 | 2D | 64 | 0 | 51 | 9 | 84 | 64 | 2E |
| Octal | 0 | 351 | 55 | 144 | 0 | 121 | 11 | 204 | 144 | 56 |
| Binary | 0 | 11101001 | 101101 | 1100100 | 0 | 1010001 | 1001 | 10000100 | 1100100 | 101110 |
Color Harmonies of #00E92D
Complementary color
Monochromatic Colors of #00E92D
Black with #00E92D
Text Example
Text Example
White with #00E92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E92D; }
p { color: rgb(0,233,45); }
H1.HeaderClassName
{
color: #00E92D;
}
.AnyTagClassName
{
color: #00E92D;
}
</style>
background-color css
<style>
a { background-color: #00E92D; }
a { background-color: rgb(0,233,45); }
div.DivClassName
{
background-color: #00E92D;
}
.BgClassName
{
background-color: #00E92D;
}
</style>
border-color css
<style>
span { border-color: #00E92D; }
span { border-color: rgb(0,233,45); }
td.TdClassName
{
border-color: #00E92D;
}
.TagClassName
{
border-color: #00E92D;
}
</style>