Shades of Free Speech Green #1CEA2D
Tints of Free Speech Green #1CEA2D
RGB
CMYK
RGB Variations
Color information
#1CEA2D (or 0x1CEA2D) is known color: Free Speech Green. HEX triplet: 1C, EA and 2D. RGB value is (28,234,45). Sum of RGB (Red+Green+Blue) = 28+234+45=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 234 (91.80% from 255 or 76.22% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 234 - color contains mainly: green. Hex color #1CEA2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CEA2D is #E315D2. Grayscale: #979797. Windows color (decimal): -14882259 or 3009052. OLE color: 3009052.
HSL color Cylindrical-coordinate representation of color #1CEA2D: hue angle of 124.95º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEA2D is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 234 | 45 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.08 |
| HSL | 124.95º | 0.83% | 0.51% | - |
| HSV(B) | 124.95º | 0.88% | 0.92% | - |
| XYZ | 30.38 | 59.28 | 12.32 | - |
| YUV | 150.86 | 68.25 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 234 | 45 | 0.88 | 0 | 0.81 | 0.08 | 124.95 | 0.83 | 0.51 |
| Hex | 1C | EA | 2D | 58 | 0 | 51 | 8 | 7D | 53 | 33 |
| Octal | 34 | 352 | 55 | 130 | 0 | 121 | 10 | 175 | 123 | 63 |
| Binary | 11100 | 11101010 | 101101 | 1011000 | 0 | 1010001 | 1000 | 1111101 | 1010011 | 110011 |
Color Harmonies of #1CEA2D
Complementary color
Monochromatic Colors of #1CEA2D
Black with #1CEA2D
Text Example
Text Example
White with #1CEA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEA2D; }
p { color: rgb(28,234,45); }
H1.HeaderClassName
{
color: #1CEA2D;
}
.AnyTagClassName
{
color: #1CEA2D;
}
</style>
background-color css
<style>
a { background-color: #1CEA2D; }
a { background-color: rgb(28,234,45); }
div.DivClassName
{
background-color: #1CEA2D;
}
.BgClassName
{
background-color: #1CEA2D;
}
</style>
border-color css
<style>
span { border-color: #1CEA2D; }
span { border-color: rgb(28,234,45); }
td.TdClassName
{
border-color: #1CEA2D;
}
.TagClassName
{
border-color: #1CEA2D;
}
</style>