Shades of Free Speech Green #2BFD2F
Tints of Free Speech Green #2BFD2F
RGB
CMYK
RGB Variations
Color information
#2BFD2F (or 0x2BFD2F) is known color: Free Speech Green. HEX triplet: 2B, FD and 2F. RGB value is (43,253,47). Sum of RGB (Red+Green+Blue) = 43+253+47=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 253 (99.22% from 255 or 73.76% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFD2F is #D402D0. Grayscale: #A7A7A7. Windows color (decimal): -13894353 or 3145003. OLE color: 3145003.
HSL color Cylindrical-coordinate representation of color #2BFD2F: hue angle of 121.14º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFD2F is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 47 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.01 |
| HSL | 121.14º | 0.98% | 0.58% | - |
| HSV(B) | 121.14º | 0.83% | 0.99% | - |
| XYZ | 36.63 | 70.97 | 14.46 | - |
| YUV | 166.73 | 60.43 | 39.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 47 | 0.83 | 0 | 0.81 | 0.01 | 121.14 | 0.98 | 0.58 |
| Hex | 2B | FD | 2F | 53 | 0 | 51 | 1 | 79 | 62 | 3A |
| Octal | 53 | 375 | 57 | 123 | 0 | 121 | 1 | 171 | 142 | 72 |
| Binary | 101011 | 11111101 | 101111 | 1010011 | 0 | 1010001 | 1 | 1111001 | 1100010 | 111010 |
Color Harmonies of #2BFD2F
Complementary color
Monochromatic Colors of #2BFD2F
Black with #2BFD2F
Text Example
Text Example
White with #2BFD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFD2F; }
p { color: rgb(43,253,47); }
H1.HeaderClassName
{
color: #2BFD2F;
}
.AnyTagClassName
{
color: #2BFD2F;
}
</style>
background-color css
<style>
a { background-color: #2BFD2F; }
a { background-color: rgb(43,253,47); }
div.DivClassName
{
background-color: #2BFD2F;
}
.BgClassName
{
background-color: #2BFD2F;
}
</style>
border-color css
<style>
span { border-color: #2BFD2F; }
span { border-color: rgb(43,253,47); }
td.TdClassName
{
border-color: #2BFD2F;
}
.TagClassName
{
border-color: #2BFD2F;
}
</style>