Shades of Spring Green #2DFF7A
Tints of Spring Green #2DFF7A
RGB
CMYK
RGB Variations
Color information
#2DFF7A (or 0x2DFF7A) is known color: Spring Green. HEX triplet: 2D, FF and 7A. RGB value is (45,255,122). Sum of RGB (Red+Green+Blue) = 45+255+122=422 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.66% from 422); Green value is 255 (100% from 255 or 60.43% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFF7A is #D20085. Grayscale: #B1B1B1. Windows color (decimal): -13762694 or 8060717. OLE color: 8060717.
HSL color Cylindrical-coordinate representation of color #2DFF7A: hue angle of 142º 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 #2DFF7A is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 122 | - |
| CMYK | 0.82 | 0 | 0.52 | 0 |
| HSL | 142º | 1% | 0.59% | - |
| HSV(B) | 142º | 0.82% | 1% | - |
| XYZ | 40.36 | 73.48 | 30.47 | - |
| YUV | 177.05 | 96.93 | 33.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 122 | 0.82 | 0 | 0.52 | 0 | 142 | 1 | 0.59 |
| Hex | 2D | FF | 7A | 52 | 0 | 34 | 0 | 8E | 64 | 3B |
| Octal | 55 | 377 | 172 | 122 | 0 | 64 | 0 | 216 | 144 | 73 |
| Binary | 101101 | 11111111 | 1111010 | 1010010 | 0 | 110100 | 0 | 10001110 | 1100100 | 111011 |
Color Harmonies of #2DFF7A
Complementary color
Monochromatic Colors of #2DFF7A
Black with #2DFF7A
Text Example
Text Example
White with #2DFF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFF7A; }
p { color: rgb(45,255,122); }
H1.HeaderClassName
{
color: #2DFF7A;
}
.AnyTagClassName
{
color: #2DFF7A;
}
</style>
background-color css
<style>
a { background-color: #2DFF7A; }
a { background-color: rgb(45,255,122); }
div.DivClassName
{
background-color: #2DFF7A;
}
.BgClassName
{
background-color: #2DFF7A;
}
</style>
border-color css
<style>
span { border-color: #2DFF7A; }
span { border-color: rgb(45,255,122); }
td.TdClassName
{
border-color: #2DFF7A;
}
.TagClassName
{
border-color: #2DFF7A;
}
</style>