Shades of Free Speech Green #2AFF23
Tints of Free Speech Green #2AFF23
RGB
CMYK
RGB Variations
Color information
#2AFF23 (or 0x2AFF23) is known color: Free Speech Green. HEX triplet: 2A, FF and 23. RGB value is (42,255,35). Sum of RGB (Red+Green+Blue) = 42+255+35=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 255 (100% from 255 or 76.81% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFF23 is #D500DC. Grayscale: #A6A6A6. Windows color (decimal): -13959389 or 2359082. OLE color: 2359082.
HSL color Cylindrical-coordinate representation of color #2AFF23: hue angle of 118.09º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AFF23 is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 35 | - |
| CMYK | 0.84 | 0 | 0.86 | 0 |
| HSL | 118.09º | 1% | 0.57% | - |
| HSV(B) | 118.09º | 0.86% | 1% | - |
| XYZ | 37.02 | 72.13 | 13.56 | - |
| YUV | 166.23 | 53.93 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 35 | 0.84 | 0 | 0.86 | 0 | 118.09 | 1 | 0.57 |
| Hex | 2A | FF | 23 | 54 | 0 | 56 | 0 | 76 | 64 | 39 |
| Octal | 52 | 377 | 43 | 124 | 0 | 126 | 0 | 166 | 144 | 71 |
| Binary | 101010 | 11111111 | 100011 | 1010100 | 0 | 1010110 | 0 | 1110110 | 1100100 | 111001 |
Color Harmonies of #2AFF23
Complementary color
Monochromatic Colors of #2AFF23
Black with #2AFF23
Text Example
Text Example
White with #2AFF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF23; }
p { color: rgb(42,255,35); }
H1.HeaderClassName
{
color: #2AFF23;
}
.AnyTagClassName
{
color: #2AFF23;
}
</style>
background-color css
<style>
a { background-color: #2AFF23; }
a { background-color: rgb(42,255,35); }
div.DivClassName
{
background-color: #2AFF23;
}
.BgClassName
{
background-color: #2AFF23;
}
</style>
border-color css
<style>
span { border-color: #2AFF23; }
span { border-color: rgb(42,255,35); }
td.TdClassName
{
border-color: #2AFF23;
}
.TagClassName
{
border-color: #2AFF23;
}
</style>