Shades of Free Speech Green #1CE526
Tints of Free Speech Green #1CE526
RGB
CMYK
RGB Variations
Color information
#1CE526 (or 0x1CE526) is known color: Free Speech Green. HEX triplet: 1C, E5 and 26. RGB value is (28,229,38). Sum of RGB (Red+Green+Blue) = 28+229+38=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 229 (89.84% from 255 or 77.63% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 229 - color contains mainly: green. Hex color #1CE526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE526 is #E31AD9. Grayscale: #939393. Windows color (decimal): -14883546 or 2549020. OLE color: 2549020.
HSL color Cylindrical-coordinate representation of color #1CE526: hue angle of 122.99º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE526 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 229 | 38 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.10 |
| HSL | 122.99º | 0.79% | 0.5% | - |
| HSV(B) | 122.99º | 0.88% | 0.9% | - |
| XYZ | 28.85 | 56.43 | 11.2 | - |
| YUV | 147.13 | 66.41 | 43.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 229 | 38 | 0.88 | 0 | 0.83 | 0.10 | 122.99 | 0.79 | 0.5 |
| Hex | 1C | E5 | 26 | 58 | 0 | 53 | A | 7B | 4F | 32 |
| Octal | 34 | 345 | 46 | 130 | 0 | 123 | 12 | 173 | 117 | 62 |
| Binary | 11100 | 11100101 | 100110 | 1011000 | 0 | 1010011 | 1010 | 1111011 | 1001111 | 110010 |
Color Harmonies of #1CE526
Complementary color
Monochromatic Colors of #1CE526
Black with #1CE526
Text Example
Text Example
White with #1CE526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE526; }
p { color: rgb(28,229,38); }
H1.HeaderClassName
{
color: #1CE526;
}
.AnyTagClassName
{
color: #1CE526;
}
</style>
background-color css
<style>
a { background-color: #1CE526; }
a { background-color: rgb(28,229,38); }
div.DivClassName
{
background-color: #1CE526;
}
.BgClassName
{
background-color: #1CE526;
}
</style>
border-color css
<style>
span { border-color: #1CE526; }
span { border-color: rgb(28,229,38); }
td.TdClassName
{
border-color: #1CE526;
}
.TagClassName
{
border-color: #1CE526;
}
</style>