Shades of Free Speech Green #2BFE2B
Tints of Free Speech Green #2BFE2B
RGB
CMYK
RGB Variations
Color information
#2BFE2B (or 0x2BFE2B) is known color: Free Speech Green. HEX triplet: 2B, FE and 2B. RGB value is (43,254,43). Sum of RGB (Red+Green+Blue) = 43+254+43=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 254 (99.61% from 255 or 74.71% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFE2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFE2B is #D401D4. Grayscale: #A7A7A7. Windows color (decimal): -13894101 or 2883115. OLE color: 2883115.
HSL color Cylindrical-coordinate representation of color #2BFE2B: hue angle of 120º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFE2B is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
RGB | 43 | 254 | 43 | - |
CMYK | 0.83 | 0 | 0.83 | 0.00 |
HSL | 120º | 0.99% | 0.58% | - |
HSV(B) | 120º | 0.83% | 1% | - |
XYZ | 36.87 | 71.57 | 14.16 | - |
YUV | 166.86 | 58.1 | 39.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 254 | 43 | 0.83 | 0 | 0.83 | 0.00 | 120 | 0.99 | 0.58 |
Hex | 2B | FE | 2B | 53 | 0 | 53 | 0 | 78 | 63 | 3A |
Octal | 53 | 376 | 53 | 123 | 0 | 123 | 0 | 170 | 143 | 72 |
Binary | 101011 | 11111110 | 101011 | 1010011 | 0 | 1010011 | 0 | 1111000 | 1100011 | 111010 |
Color Harmonies of #2BFE2B
Complementary color
Monochromatic Colors of #2BFE2B
Black with #2BFE2B
Text Example
Text Example
White with #2BFE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFE2B; }
p { color: rgb(43,254,43); }
H1.HeaderClassName
{
color: #2BFE2B;
}
.AnyTagClassName
{
color: #2BFE2B;
}
</style>
background-color css
<style>
a { background-color: #2BFE2B; }
a { background-color: rgb(43,254,43); }
div.DivClassName
{
background-color: #2BFE2B;
}
.BgClassName
{
background-color: #2BFE2B;
}
</style>
border-color css
<style>
span { border-color: #2BFE2B; }
span { border-color: rgb(43,254,43); }
td.TdClassName
{
border-color: #2BFE2B;
}
.TagClassName
{
border-color: #2BFE2B;
}
</style>