Shades of Spring Green #2DFF8A
Tints of Spring Green #2DFF8A
RGB
CMYK
RGB Variations
Color information
#2DFF8A (or 0x2DFF8A) is known color: Spring Green. HEX triplet: 2D, FF and 8A. RGB value is (45,255,138). Sum of RGB (Red+Green+Blue) = 45+255+138=438 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.27% from 438); Green value is 255 (100% from 255 or 58.22% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFF8A is #D20075. Grayscale: #B3B3B3. Windows color (decimal): -13762678 or 9109293. OLE color: 9109293.
HSL color Cylindrical-coordinate representation of color #2DFF8A: hue angle of 146.57º 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 #2DFF8A is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 138 | - |
| CMYK | 0.82 | 0 | 0.46 | 0 |
| HSL | 146.57º | 1% | 0.59% | - |
| HSV(B) | 146.57º | 0.82% | 1% | - |
| XYZ | 41.43 | 73.91 | 36.13 | - |
| YUV | 178.87 | 104.93 | 32.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 138 | 0.82 | 0 | 0.46 | 0 | 146.57 | 1 | 0.59 |
| Hex | 2D | FF | 8A | 52 | 0 | 2E | 0 | 93 | 64 | 3B |
| Octal | 55 | 377 | 212 | 122 | 0 | 56 | 0 | 223 | 144 | 73 |
| Binary | 101101 | 11111111 | 10001010 | 1010010 | 0 | 101110 | 0 | 10010011 | 1100100 | 111011 |
Color Harmonies of #2DFF8A
Complementary color
Monochromatic Colors of #2DFF8A
Black with #2DFF8A
Text Example
Text Example
White with #2DFF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFF8A; }
p { color: rgb(45,255,138); }
H1.HeaderClassName
{
color: #2DFF8A;
}
.AnyTagClassName
{
color: #2DFF8A;
}
</style>
background-color css
<style>
a { background-color: #2DFF8A; }
a { background-color: rgb(45,255,138); }
div.DivClassName
{
background-color: #2DFF8A;
}
.BgClassName
{
background-color: #2DFF8A;
}
</style>
border-color css
<style>
span { border-color: #2DFF8A; }
span { border-color: rgb(45,255,138); }
td.TdClassName
{
border-color: #2DFF8A;
}
.TagClassName
{
border-color: #2DFF8A;
}
</style>