Shades of Free Speech Green #2AEE1C
Tints of Free Speech Green #2AEE1C
RGB
CMYK
RGB Variations
Color information
#2AEE1C (or 0x2AEE1C) is known color: Free Speech Green. HEX triplet: 2A, EE and 1C. RGB value is (42,238,28). Sum of RGB (Red+Green+Blue) = 42+238+28=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 238 (93.36% from 255 or 77.27% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEE1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEE1C is #D511E3. Grayscale: #9C9C9C. Windows color (decimal): -13963748 or 1895978. OLE color: 1895978.
HSL color Cylindrical-coordinate representation of color #2AEE1C: hue angle of 116º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AEE1C is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 238 | 28 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.07 |
| HSL | 116º | 0.86% | 0.52% | - |
| HSV(B) | 116º | 0.88% | 0.93% | - |
| XYZ | 31.74 | 61.73 | 11.34 | - |
| YUV | 155.46 | 56.07 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 238 | 28 | 0.82 | 0 | 0.88 | 0.07 | 116 | 0.86 | 0.52 |
| Hex | 2A | EE | 1C | 52 | 0 | 58 | 7 | 74 | 56 | 34 |
| Octal | 52 | 356 | 34 | 122 | 0 | 130 | 7 | 164 | 126 | 64 |
| Binary | 101010 | 11101110 | 11100 | 1010010 | 0 | 1011000 | 111 | 1110100 | 1010110 | 110100 |
Color Harmonies of #2AEE1C
Complementary color
Monochromatic Colors of #2AEE1C
Black with #2AEE1C
Text Example
Text Example
White with #2AEE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEE1C; }
p { color: rgb(42,238,28); }
H1.HeaderClassName
{
color: #2AEE1C;
}
.AnyTagClassName
{
color: #2AEE1C;
}
</style>
background-color css
<style>
a { background-color: #2AEE1C; }
a { background-color: rgb(42,238,28); }
div.DivClassName
{
background-color: #2AEE1C;
}
.BgClassName
{
background-color: #2AEE1C;
}
</style>
border-color css
<style>
span { border-color: #2AEE1C; }
span { border-color: rgb(42,238,28); }
td.TdClassName
{
border-color: #2AEE1C;
}
.TagClassName
{
border-color: #2AEE1C;
}
</style>