Shades of Free Speech Green #2DF92B
Tints of Free Speech Green #2DF92B
RGB
CMYK
RGB Variations
Color information
#2DF92B (or 0x2DF92B) is known color: Free Speech Green. HEX triplet: 2D, F9 and 2B. RGB value is (45,249,43). Sum of RGB (Red+Green+Blue) = 45+249+43=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 249 (97.66% from 255 or 73.89% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF92B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF92B is #D206D4. Grayscale: #A5A5A5. Windows color (decimal): -13764309 or 2881837. OLE color: 2881837.
HSL color Cylindrical-coordinate representation of color #2DF92B: hue angle of 119.42º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DF92B is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 43 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.02 |
| HSL | 119.42º | 0.94% | 0.57% | - |
| HSV(B) | 119.42º | 0.83% | 0.98% | - |
| XYZ | 35.39 | 68.48 | 13.64 | - |
| YUV | 164.52 | 59.41 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 43 | 0.82 | 0 | 0.83 | 0.02 | 119.42 | 0.94 | 0.57 |
| Hex | 2D | F9 | 2B | 52 | 0 | 53 | 2 | 77 | 5E | 39 |
| Octal | 55 | 371 | 53 | 122 | 0 | 123 | 2 | 167 | 136 | 71 |
| Binary | 101101 | 11111001 | 101011 | 1010010 | 0 | 1010011 | 10 | 1110111 | 1011110 | 111001 |
Color Harmonies of #2DF92B
Complementary color
Monochromatic Colors of #2DF92B
Black with #2DF92B
Text Example
Text Example
White with #2DF92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF92B; }
p { color: rgb(45,249,43); }
H1.HeaderClassName
{
color: #2DF92B;
}
.AnyTagClassName
{
color: #2DF92B;
}
</style>
background-color css
<style>
a { background-color: #2DF92B; }
a { background-color: rgb(45,249,43); }
div.DivClassName
{
background-color: #2DF92B;
}
.BgClassName
{
background-color: #2DF92B;
}
</style>
border-color css
<style>
span { border-color: #2DF92B; }
span { border-color: rgb(45,249,43); }
td.TdClassName
{
border-color: #2DF92B;
}
.TagClassName
{
border-color: #2DF92B;
}
</style>