Shades of Free Speech Green #1CFD25
Tints of Free Speech Green #1CFD25
RGB
CMYK
RGB Variations
Color information
#1CFD25 (or 0x1CFD25) is known color: Free Speech Green. HEX triplet: 1C, FD and 25. RGB value is (28,253,37). Sum of RGB (Red+Green+Blue) = 28+253+37=318 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.81% from 318); Green value is 253 (99.22% from 255 or 79.56% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 253 - color contains mainly: green. Hex color #1CFD25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CFD25 is #E302DA. Grayscale: #A1A1A1. Windows color (decimal): -14877403 or 2489628. OLE color: 2489628.
HSL color Cylindrical-coordinate representation of color #1CFD25: hue angle of 122.4º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFD25 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 253 | 37 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.01 |
| HSL | 122.4º | 0.98% | 0.55% | - |
| HSV(B) | 122.4º | 0.89% | 0.99% | - |
| XYZ | 35.94 | 70.63 | 13.49 | - |
| YUV | 161.1 | 57.96 | 33.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 253 | 37 | 0.89 | 0 | 0.85 | 0.01 | 122.4 | 0.98 | 0.55 |
| Hex | 1C | FD | 25 | 59 | 0 | 55 | 1 | 7A | 62 | 37 |
| Octal | 34 | 375 | 45 | 131 | 0 | 125 | 1 | 172 | 142 | 67 |
| Binary | 11100 | 11111101 | 100101 | 1011001 | 0 | 1010101 | 1 | 1111010 | 1100010 | 110111 |
Color Harmonies of #1CFD25
Complementary color
Monochromatic Colors of #1CFD25
Black with #1CFD25
Text Example
Text Example
White with #1CFD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFD25; }
p { color: rgb(28,253,37); }
H1.HeaderClassName
{
color: #1CFD25;
}
.AnyTagClassName
{
color: #1CFD25;
}
</style>
background-color css
<style>
a { background-color: #1CFD25; }
a { background-color: rgb(28,253,37); }
div.DivClassName
{
background-color: #1CFD25;
}
.BgClassName
{
background-color: #1CFD25;
}
</style>
border-color css
<style>
span { border-color: #1CFD25; }
span { border-color: rgb(28,253,37); }
td.TdClassName
{
border-color: #1CFD25;
}
.TagClassName
{
border-color: #1CFD25;
}
</style>