Shades of Free Speech Green #00E615
Tints of Free Speech Green #00E615
RGB
CMYK
RGB Variations
Color information
#00E615 (or 0x00E615) is known color: Free Speech Green. HEX triplet: 00, E6 and 15. RGB value is (0,230,21). Sum of RGB (Red+Green+Blue) = 0+230+21=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 230 (90.23% from 255 or 91.63% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 230 - color contains mainly: green. Hex color #00E615 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00E615 is #FF19EA. Grayscale: #8A8A8A. Windows color (decimal): -16718315 or 1435136. OLE color: 1435136.
HSL color Cylindrical-coordinate representation of color #00E615: hue angle of 125.48º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E615 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 230 | 21 | - |
| CMYK | 1 | 0 | 0.91 | 0.10 |
| HSL | 125.48º | 1% | 0.45% | - |
| HSV(B) | 125.48º | 1% | 0.9% | - |
| XYZ | 28.43 | 56.65 | 10.15 | - |
| YUV | 137.4 | 62.3 | 29.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 230 | 21 | 1 | 0 | 0.91 | 0.10 | 125.48 | 1 | 0.45 |
| Hex | 0 | E6 | 15 | 64 | 0 | 5B | A | 7D | 64 | 2D |
| Octal | 0 | 346 | 25 | 144 | 0 | 133 | 12 | 175 | 144 | 55 |
| Binary | 0 | 11100110 | 10101 | 1100100 | 0 | 1011011 | 1010 | 1111101 | 1100100 | 101101 |
Color Harmonies of #00E615
Complementary color
Monochromatic Colors of #00E615
Black with #00E615
Text Example
Text Example
White with #00E615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E615; }
p { color: rgb(0,230,21); }
H1.HeaderClassName
{
color: #00E615;
}
.AnyTagClassName
{
color: #00E615;
}
</style>
background-color css
<style>
a { background-color: #00E615; }
a { background-color: rgb(0,230,21); }
div.DivClassName
{
background-color: #00E615;
}
.BgClassName
{
background-color: #00E615;
}
</style>
border-color css
<style>
span { border-color: #00E615; }
span { border-color: rgb(0,230,21); }
td.TdClassName
{
border-color: #00E615;
}
.TagClassName
{
border-color: #00E615;
}
</style>