Shades of Free Speech Green #2DFF2D
Tints of Free Speech Green #2DFF2D
RGB
CMYK
RGB Variations
Color information
#2DFF2D (or 0x2DFF2D) is known color: Free Speech Green. HEX triplet: 2D, FF and 2D. RGB value is (45,255,45). Sum of RGB (Red+Green+Blue) = 45+255+45=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 255 (100% from 255 or 73.91% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFF2D is #D200D2. Grayscale: #A8A8A8. Windows color (decimal): -13762771 or 3014445. OLE color: 3014445.
HSL color Cylindrical-coordinate representation of color #2DFF2D: hue angle of 120º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFF2D is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
RGB | 45 | 255 | 45 | - |
CMYK | 0.82 | 0 | 0.82 | 0 |
HSL | 120º | 1% | 0.59% | - |
HSV(B) | 120º | 0.82% | 1% | - |
XYZ | 37.32 | 72.27 | 14.46 | - |
YUV | 168.27 | 58.43 | 40.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 255 | 45 | 0.82 | 0 | 0.82 | 0 | 120 | 1 | 0.59 |
Hex | 2D | FF | 2D | 52 | 0 | 52 | 0 | 78 | 64 | 3B |
Octal | 55 | 377 | 55 | 122 | 0 | 122 | 0 | 170 | 144 | 73 |
Binary | 101101 | 11111111 | 101101 | 1010010 | 0 | 1010010 | 0 | 1111000 | 1100100 | 111011 |
Color Harmonies of #2DFF2D
Complementary color
Monochromatic Colors of #2DFF2D
Black with #2DFF2D
Text Example
Text Example
White with #2DFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFF2D; }
p { color: rgb(45,255,45); }
H1.HeaderClassName
{
color: #2DFF2D;
}
.AnyTagClassName
{
color: #2DFF2D;
}
</style>
background-color css
<style>
a { background-color: #2DFF2D; }
a { background-color: rgb(45,255,45); }
div.DivClassName
{
background-color: #2DFF2D;
}
.BgClassName
{
background-color: #2DFF2D;
}
</style>
border-color css
<style>
span { border-color: #2DFF2D; }
span { border-color: rgb(45,255,45); }
td.TdClassName
{
border-color: #2DFF2D;
}
.TagClassName
{
border-color: #2DFF2D;
}
</style>