Shades of Free Speech Green #2AFC23
Tints of Free Speech Green #2AFC23
RGB
CMYK
RGB Variations
Color information
#2AFC23 (or 0x2AFC23) is known color: Free Speech Green. HEX triplet: 2A, FC and 23. RGB value is (42,252,35). Sum of RGB (Red+Green+Blue) = 42+252+35=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 252 (98.83% from 255 or 76.60% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFC23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFC23 is #D503DC. Grayscale: #A5A5A5. Windows color (decimal): -13960157 or 2358314. OLE color: 2358314.
HSL color Cylindrical-coordinate representation of color #2AFC23: hue angle of 118.06º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AFC23 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 35 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.01 |
| HSL | 118.06º | 0.97% | 0.56% | - |
| HSV(B) | 118.06º | 0.86% | 0.99% | - |
| XYZ | 36.07 | 70.23 | 13.25 | - |
| YUV | 164.47 | 54.93 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 35 | 0.83 | 0 | 0.86 | 0.01 | 118.06 | 0.97 | 0.56 |
| Hex | 2A | FC | 23 | 53 | 0 | 56 | 1 | 76 | 61 | 38 |
| Octal | 52 | 374 | 43 | 123 | 0 | 126 | 1 | 166 | 141 | 70 |
| Binary | 101010 | 11111100 | 100011 | 1010011 | 0 | 1010110 | 1 | 1110110 | 1100001 | 111000 |
Color Harmonies of #2AFC23
Complementary color
Monochromatic Colors of #2AFC23
Black with #2AFC23
Text Example
Text Example
White with #2AFC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFC23; }
p { color: rgb(42,252,35); }
H1.HeaderClassName
{
color: #2AFC23;
}
.AnyTagClassName
{
color: #2AFC23;
}
</style>
background-color css
<style>
a { background-color: #2AFC23; }
a { background-color: rgb(42,252,35); }
div.DivClassName
{
background-color: #2AFC23;
}
.BgClassName
{
background-color: #2AFC23;
}
</style>
border-color css
<style>
span { border-color: #2AFC23; }
span { border-color: rgb(42,252,35); }
td.TdClassName
{
border-color: #2AFC23;
}
.TagClassName
{
border-color: #2AFC23;
}
</style>