Shades of Free Speech Green #2DF31E
Tints of Free Speech Green #2DF31E
RGB
CMYK
RGB Variations
Color information
#2DF31E (or 0x2DF31E) is known color: Free Speech Green. HEX triplet: 2D, F3 and 1E. RGB value is (45,243,30). Sum of RGB (Red+Green+Blue) = 45+243+30=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 243 (95.31% from 255 or 76.42% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF31E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF31E is #D20CE1. Grayscale: #A0A0A0. Windows color (decimal): -13765858 or 2028333. OLE color: 2028333.
HSL color Cylindrical-coordinate representation of color #2DF31E: hue angle of 115.77º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DF31E is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 30 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.05 |
| HSL | 115.77º | 0.9% | 0.54% | - |
| HSV(B) | 115.77º | 0.88% | 0.95% | - |
| XYZ | 33.37 | 64.75 | 11.97 | - |
| YUV | 159.52 | 54.9 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 30 | 0.81 | 0 | 0.88 | 0.05 | 115.77 | 0.9 | 0.54 |
| Hex | 2D | F3 | 1E | 51 | 0 | 58 | 5 | 74 | 5A | 36 |
| Octal | 55 | 363 | 36 | 121 | 0 | 130 | 5 | 164 | 132 | 66 |
| Binary | 101101 | 11110011 | 11110 | 1010001 | 0 | 1011000 | 101 | 1110100 | 1011010 | 110110 |
Color Harmonies of #2DF31E
Complementary color
Monochromatic Colors of #2DF31E
Black with #2DF31E
Text Example
Text Example
White with #2DF31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF31E; }
p { color: rgb(45,243,30); }
H1.HeaderClassName
{
color: #2DF31E;
}
.AnyTagClassName
{
color: #2DF31E;
}
</style>
background-color css
<style>
a { background-color: #2DF31E; }
a { background-color: rgb(45,243,30); }
div.DivClassName
{
background-color: #2DF31E;
}
.BgClassName
{
background-color: #2DF31E;
}
</style>
border-color css
<style>
span { border-color: #2DF31E; }
span { border-color: rgb(45,243,30); }
td.TdClassName
{
border-color: #2DF31E;
}
.TagClassName
{
border-color: #2DF31E;
}
</style>