Shades of Free Speech Green #1ED60A
Tints of Free Speech Green #1ED60A
RGB
CMYK
RGB Variations
Color information
#1ED60A (or 0x1ED60A) is known color: Free Speech Green. HEX triplet: 1E, D6 and 0A. RGB value is (30,214,10). Sum of RGB (Red+Green+Blue) = 30+214+10=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 214 (83.98% from 255 or 84.25% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED60A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED60A is #E129F5. Grayscale: #888888. Windows color (decimal): -14756342 or 710174. OLE color: 710174.
HSL color Cylindrical-coordinate representation of color #1ED60A: hue angle of 114.12º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1ED60A is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 214 | 10 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.16 |
| HSL | 114.12º | 0.91% | 0.44% | - |
| HSV(B) | 114.12º | 0.95% | 0.84% | - |
| XYZ | 24.64 | 48.39 | 8.33 | - |
| YUV | 135.73 | 57.04 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 214 | 10 | 0.86 | 0 | 0.95 | 0.16 | 114.12 | 0.91 | 0.44 |
| Hex | 1E | D6 | A | 56 | 0 | 5F | 10 | 72 | 5B | 2C |
| Octal | 36 | 326 | 12 | 126 | 0 | 137 | 20 | 162 | 133 | 54 |
| Binary | 11110 | 11010110 | 1010 | 1010110 | 0 | 1011111 | 10000 | 1110010 | 1011011 | 101100 |
Color Harmonies of #1ED60A
Complementary color
Monochromatic Colors of #1ED60A
Black with #1ED60A
Text Example
Text Example
White with #1ED60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED60A; }
p { color: rgb(30,214,10); }
H1.HeaderClassName
{
color: #1ED60A;
}
.AnyTagClassName
{
color: #1ED60A;
}
</style>
background-color css
<style>
a { background-color: #1ED60A; }
a { background-color: rgb(30,214,10); }
div.DivClassName
{
background-color: #1ED60A;
}
.BgClassName
{
background-color: #1ED60A;
}
</style>
border-color css
<style>
span { border-color: #1ED60A; }
span { border-color: rgb(30,214,10); }
td.TdClassName
{
border-color: #1ED60A;
}
.TagClassName
{
border-color: #1ED60A;
}
</style>