Shades of Free Speech Green #2BFD2B
Tints of Free Speech Green #2BFD2B
RGB
CMYK
RGB Variations
Color information
#2BFD2B (or 0x2BFD2B) is known color: Free Speech Green. HEX triplet: 2B, FD and 2B. RGB value is (43,253,43). Sum of RGB (Red+Green+Blue) = 43+253+43=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 253 (99.22% from 255 or 74.63% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFD2B is #D402D4. Grayscale: #A6A6A6. Windows color (decimal): -13894357 or 2882859. OLE color: 2882859.
HSL color Cylindrical-coordinate representation of color #2BFD2B: hue angle of 120º 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 #2BFD2B is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
RGB | 43 | 253 | 43 | - |
CMYK | 0.83 | 0 | 0.83 | 0.01 |
HSL | 120º | 0.98% | 0.58% | - |
HSV(B) | 120º | 0.83% | 0.99% | - |
XYZ | 36.56 | 70.94 | 14.05 | - |
YUV | 166.27 | 58.43 | 40.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 253 | 43 | 0.83 | 0 | 0.83 | 0.01 | 120 | 0.98 | 0.58 |
Hex | 2B | FD | 2B | 53 | 0 | 53 | 1 | 78 | 62 | 3A |
Octal | 53 | 375 | 53 | 123 | 0 | 123 | 1 | 170 | 142 | 72 |
Binary | 101011 | 11111101 | 101011 | 1010011 | 0 | 1010011 | 1 | 1111000 | 1100010 | 111010 |
Color Harmonies of #2BFD2B
Complementary color
Monochromatic Colors of #2BFD2B
Black with #2BFD2B
Text Example
Text Example
White with #2BFD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFD2B; }
p { color: rgb(43,253,43); }
H1.HeaderClassName
{
color: #2BFD2B;
}
.AnyTagClassName
{
color: #2BFD2B;
}
</style>
background-color css
<style>
a { background-color: #2BFD2B; }
a { background-color: rgb(43,253,43); }
div.DivClassName
{
background-color: #2BFD2B;
}
.BgClassName
{
background-color: #2BFD2B;
}
</style>
border-color css
<style>
span { border-color: #2BFD2B; }
span { border-color: rgb(43,253,43); }
td.TdClassName
{
border-color: #2BFD2B;
}
.TagClassName
{
border-color: #2BFD2B;
}
</style>