Shades of Free Speech Green #1CE525
Tints of Free Speech Green #1CE525
RGB
CMYK
RGB Variations
Color information
#1CE525 (or 0x1CE525) is known color: Free Speech Green. HEX triplet: 1C, E5 and 25. RGB value is (28,229,37). Sum of RGB (Red+Green+Blue) = 28+229+37=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 229 (89.84% from 255 or 77.89% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 229 - color contains mainly: green. Hex color #1CE525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE525 is #E31ADA. Grayscale: #939393. Windows color (decimal): -14883547 or 2483484. OLE color: 2483484.
HSL color Cylindrical-coordinate representation of color #1CE525: hue angle of 122.69º 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 #1CE525 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 229 | 37 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.10 |
| HSL | 122.69º | 0.79% | 0.5% | - |
| HSV(B) | 122.69º | 0.88% | 0.9% | - |
| XYZ | 28.83 | 56.42 | 11.12 | - |
| YUV | 147.01 | 65.91 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 229 | 37 | 0.88 | 0 | 0.84 | 0.10 | 122.69 | 0.79 | 0.5 |
| Hex | 1C | E5 | 25 | 58 | 0 | 54 | A | 7B | 4F | 32 |
| Octal | 34 | 345 | 45 | 130 | 0 | 124 | 12 | 173 | 117 | 62 |
| Binary | 11100 | 11100101 | 100101 | 1011000 | 0 | 1010100 | 1010 | 1111011 | 1001111 | 110010 |
Color Harmonies of #1CE525
Complementary color
Monochromatic Colors of #1CE525
Black with #1CE525
Text Example
Text Example
White with #1CE525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE525; }
p { color: rgb(28,229,37); }
H1.HeaderClassName
{
color: #1CE525;
}
.AnyTagClassName
{
color: #1CE525;
}
</style>
background-color css
<style>
a { background-color: #1CE525; }
a { background-color: rgb(28,229,37); }
div.DivClassName
{
background-color: #1CE525;
}
.BgClassName
{
background-color: #1CE525;
}
</style>
border-color css
<style>
span { border-color: #1CE525; }
span { border-color: rgb(28,229,37); }
td.TdClassName
{
border-color: #1CE525;
}
.TagClassName
{
border-color: #1CE525;
}
</style>