Shades of Free Speech Green #04EE2D
Tints of Free Speech Green #04EE2D
RGB
CMYK
RGB Variations
Color information
#04EE2D (or 0x04EE2D) is known color: Free Speech Green. HEX triplet: 04, EE and 2D. RGB value is (4,238,45). Sum of RGB (Red+Green+Blue) = 4+238+45=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 238 (93.36% from 255 or 82.93% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 238 - color contains mainly: green. Hex color #04EE2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04EE2D is #FB11D2. Grayscale: #929292. Windows color (decimal): -16454099 or 3010052. OLE color: 3010052.
HSL color Cylindrical-coordinate representation of color #04EE2D: hue angle of 130.51º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EE2D is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
RGB | 4 | 238 | 45 | - |
CMYK | 0.98 | 0 | 0.81 | 0.07 |
HSL | 130.51º | 0.97% | 0.47% | - |
HSV(B) | 130.51º | 0.98% | 0.93% | - |
XYZ | 31.1 | 61.36 | 12.69 | - |
YUV | 146.03 | 70.98 | 26.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 238 | 45 | 0.98 | 0 | 0.81 | 0.07 | 130.51 | 0.97 | 0.47 |
Hex | 4 | EE | 2D | 62 | 0 | 51 | 7 | 83 | 61 | 2F |
Octal | 4 | 356 | 55 | 142 | 0 | 121 | 7 | 203 | 141 | 57 |
Binary | 100 | 11101110 | 101101 | 1100010 | 0 | 1010001 | 111 | 10000011 | 1100001 | 101111 |
Color Harmonies of #04EE2D
Complementary color
Monochromatic Colors of #04EE2D
Black with #04EE2D
Text Example
Text Example
White with #04EE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EE2D; }
p { color: rgb(4,238,45); }
H1.HeaderClassName
{
color: #04EE2D;
}
.AnyTagClassName
{
color: #04EE2D;
}
</style>
background-color css
<style>
a { background-color: #04EE2D; }
a { background-color: rgb(4,238,45); }
div.DivClassName
{
background-color: #04EE2D;
}
.BgClassName
{
background-color: #04EE2D;
}
</style>
border-color css
<style>
span { border-color: #04EE2D; }
span { border-color: rgb(4,238,45); }
td.TdClassName
{
border-color: #04EE2D;
}
.TagClassName
{
border-color: #04EE2D;
}
</style>