Shades of Free Speech Green #1CEA1D
Tints of Free Speech Green #1CEA1D
RGB
CMYK
RGB Variations
Color information
#1CEA1D (or 0x1CEA1D) is known color: Free Speech Green. HEX triplet: 1C, EA and 1D. RGB value is (28,234,29). Sum of RGB (Red+Green+Blue) = 28+234+29=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 234 (91.80% from 255 or 80.41% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 234 - color contains mainly: green. Hex color #1CEA1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CEA1D is #E315E2. Grayscale: #959595. Windows color (decimal): -14882275 or 1960476. OLE color: 1960476.
HSL color Cylindrical-coordinate representation of color #1CEA1D: hue angle of 120.29º 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 #1CEA1D is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 234 | 29 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.08 |
| HSL | 120.29º | 0.83% | 0.51% | - |
| HSV(B) | 120.29º | 0.88% | 0.92% | - |
| XYZ | 30.12 | 59.18 | 11 | - |
| YUV | 149.04 | 60.25 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 234 | 29 | 0.88 | 0 | 0.88 | 0.08 | 120.29 | 0.83 | 0.51 |
| Hex | 1C | EA | 1D | 58 | 0 | 58 | 8 | 78 | 53 | 33 |
| Octal | 34 | 352 | 35 | 130 | 0 | 130 | 10 | 170 | 123 | 63 |
| Binary | 11100 | 11101010 | 11101 | 1011000 | 0 | 1011000 | 1000 | 1111000 | 1010011 | 110011 |
Color Harmonies of #1CEA1D
Complementary color
Monochromatic Colors of #1CEA1D
Black with #1CEA1D
Text Example
Text Example
White with #1CEA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEA1D; }
p { color: rgb(28,234,29); }
H1.HeaderClassName
{
color: #1CEA1D;
}
.AnyTagClassName
{
color: #1CEA1D;
}
</style>
background-color css
<style>
a { background-color: #1CEA1D; }
a { background-color: rgb(28,234,29); }
div.DivClassName
{
background-color: #1CEA1D;
}
.BgClassName
{
background-color: #1CEA1D;
}
</style>
border-color css
<style>
span { border-color: #1CEA1D; }
span { border-color: rgb(28,234,29); }
td.TdClassName
{
border-color: #1CEA1D;
}
.TagClassName
{
border-color: #1CEA1D;
}
</style>