Shades of Free Speech Green #2CF924
Tints of Free Speech Green #2CF924
RGB
CMYK
RGB Variations
Color information
#2CF924 (or 0x2CF924) is known color: Free Speech Green. HEX triplet: 2C, F9 and 24. RGB value is (44,249,36). Sum of RGB (Red+Green+Blue) = 44+249+36=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 249 (97.66% from 255 or 75.68% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF924 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF924 is #D306DB. Grayscale: #A4A4A4. Windows color (decimal): -13829852 or 2423084. OLE color: 2423084.
HSL color Cylindrical-coordinate representation of color #2CF924: hue angle of 117.75º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CF924 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 249 | 36 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.02 |
| HSL | 117.75º | 0.95% | 0.56% | - |
| HSV(B) | 117.75º | 0.86% | 0.98% | - |
| XYZ | 35.23 | 68.41 | 13.02 | - |
| YUV | 163.42 | 56.08 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 249 | 36 | 0.82 | 0 | 0.86 | 0.02 | 117.75 | 0.95 | 0.56 |
| Hex | 2C | F9 | 24 | 52 | 0 | 56 | 2 | 76 | 5F | 38 |
| Octal | 54 | 371 | 44 | 122 | 0 | 126 | 2 | 166 | 137 | 70 |
| Binary | 101100 | 11111001 | 100100 | 1010010 | 0 | 1010110 | 10 | 1110110 | 1011111 | 111000 |
Color Harmonies of #2CF924
Complementary color
Monochromatic Colors of #2CF924
Black with #2CF924
Text Example
Text Example
White with #2CF924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF924; }
p { color: rgb(44,249,36); }
H1.HeaderClassName
{
color: #2CF924;
}
.AnyTagClassName
{
color: #2CF924;
}
</style>
background-color css
<style>
a { background-color: #2CF924; }
a { background-color: rgb(44,249,36); }
div.DivClassName
{
background-color: #2CF924;
}
.BgClassName
{
background-color: #2CF924;
}
</style>
border-color css
<style>
span { border-color: #2CF924; }
span { border-color: rgb(44,249,36); }
td.TdClassName
{
border-color: #2CF924;
}
.TagClassName
{
border-color: #2CF924;
}
</style>