Shades of Free Speech Green #2BFD28
Tints of Free Speech Green #2BFD28
RGB
CMYK
RGB Variations
Color information
#2BFD28 (or 0x2BFD28) is known color: Free Speech Green. HEX triplet: 2B, FD and 28. RGB value is (43,253,40). Sum of RGB (Red+Green+Blue) = 43+253+40=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 253 (99.22% from 255 or 75.30% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFD28 is #D402D7. Grayscale: #A6A6A6. Windows color (decimal): -13894360 or 2686251. OLE color: 2686251.
HSL color Cylindrical-coordinate representation of color #2BFD28: hue angle of 119.15º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BFD28 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 40 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.01 |
| HSL | 119.15º | 0.98% | 0.57% | - |
| HSV(B) | 119.15º | 0.84% | 0.99% | - |
| XYZ | 36.5 | 70.92 | 13.77 | - |
| YUV | 165.93 | 56.93 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 40 | 0.83 | 0 | 0.84 | 0.01 | 119.15 | 0.98 | 0.57 |
| Hex | 2B | FD | 28 | 53 | 0 | 54 | 1 | 77 | 62 | 39 |
| Octal | 53 | 375 | 50 | 123 | 0 | 124 | 1 | 167 | 142 | 71 |
| Binary | 101011 | 11111101 | 101000 | 1010011 | 0 | 1010100 | 1 | 1110111 | 1100010 | 111001 |
Color Harmonies of #2BFD28
Complementary color
Monochromatic Colors of #2BFD28
Black with #2BFD28
Text Example
Text Example
White with #2BFD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFD28; }
p { color: rgb(43,253,40); }
H1.HeaderClassName
{
color: #2BFD28;
}
.AnyTagClassName
{
color: #2BFD28;
}
</style>
background-color css
<style>
a { background-color: #2BFD28; }
a { background-color: rgb(43,253,40); }
div.DivClassName
{
background-color: #2BFD28;
}
.BgClassName
{
background-color: #2BFD28;
}
</style>
border-color css
<style>
span { border-color: #2BFD28; }
span { border-color: rgb(43,253,40); }
td.TdClassName
{
border-color: #2BFD28;
}
.TagClassName
{
border-color: #2BFD28;
}
</style>