Shades of Free Speech Green #1CF430
Tints of Free Speech Green #1CF430
RGB
CMYK
RGB Variations
Color information
#1CF430 (or 0x1CF430) is known color: Free Speech Green. HEX triplet: 1C, F4 and 30. RGB value is (28,244,48). Sum of RGB (Red+Green+Blue) = 28+244+48=320 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.75% from 320); Green value is 244 (95.70% from 255 or 76.25% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 244 - color contains mainly: green. Hex color #1CF430 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF430 is #E30BCF. Grayscale: #9D9D9D. Windows color (decimal): -14879696 or 3208220. OLE color: 3208220.
HSL color Cylindrical-coordinate representation of color #1CF430: hue angle of 125.56º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF430 is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 244 | 48 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.04 |
| HSL | 125.56º | 0.91% | 0.53% | - |
| HSV(B) | 125.56º | 0.89% | 0.96% | - |
| XYZ | 33.36 | 65.16 | 13.62 | - |
| YUV | 157.07 | 66.44 | 35.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 244 | 48 | 0.89 | 0 | 0.80 | 0.04 | 125.56 | 0.91 | 0.53 |
| Hex | 1C | F4 | 30 | 59 | 0 | 50 | 4 | 7E | 5B | 35 |
| Octal | 34 | 364 | 60 | 131 | 0 | 120 | 4 | 176 | 133 | 65 |
| Binary | 11100 | 11110100 | 110000 | 1011001 | 0 | 1010000 | 100 | 1111110 | 1011011 | 110101 |
Color Harmonies of #1CF430
Complementary color
Monochromatic Colors of #1CF430
Black with #1CF430
Text Example
Text Example
White with #1CF430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF430; }
p { color: rgb(28,244,48); }
H1.HeaderClassName
{
color: #1CF430;
}
.AnyTagClassName
{
color: #1CF430;
}
</style>
background-color css
<style>
a { background-color: #1CF430; }
a { background-color: rgb(28,244,48); }
div.DivClassName
{
background-color: #1CF430;
}
.BgClassName
{
background-color: #1CF430;
}
</style>
border-color css
<style>
span { border-color: #1CF430; }
span { border-color: rgb(28,244,48); }
td.TdClassName
{
border-color: #1CF430;
}
.TagClassName
{
border-color: #1CF430;
}
</style>