Shades of Spring Green #2DFF6C
Tints of Spring Green #2DFF6C
RGB
CMYK
RGB Variations
Color information
#2DFF6C (or 0x2DFF6C) is known color: Spring Green. HEX triplet: 2D, FF and 6C. RGB value is (45,255,108). Sum of RGB (Red+Green+Blue) = 45+255+108=408 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.03% from 408); Green value is 255 (100% from 255 or 62.5% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFF6C is #D20093. Grayscale: #AFAFAF. Windows color (decimal): -13762708 or 7143213. OLE color: 7143213.
HSL color Cylindrical-coordinate representation of color #2DFF6C: hue angle of 138º 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 #2DFF6C is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 108 | - |
| CMYK | 0.82 | 0 | 0.58 | 0 |
| HSL | 138º | 1% | 0.59% | - |
| HSV(B) | 138º | 0.82% | 1% | - |
| XYZ | 39.55 | 73.16 | 26.22 | - |
| YUV | 175.45 | 89.93 | 34.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 108 | 0.82 | 0 | 0.58 | 0 | 138 | 1 | 0.59 |
| Hex | 2D | FF | 6C | 52 | 0 | 3A | 0 | 8A | 64 | 3B |
| Octal | 55 | 377 | 154 | 122 | 0 | 72 | 0 | 212 | 144 | 73 |
| Binary | 101101 | 11111111 | 1101100 | 1010010 | 0 | 111010 | 0 | 10001010 | 1100100 | 111011 |
Color Harmonies of #2DFF6C
Complementary color
Monochromatic Colors of #2DFF6C
Black with #2DFF6C
Text Example
Text Example
White with #2DFF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFF6C; }
p { color: rgb(45,255,108); }
H1.HeaderClassName
{
color: #2DFF6C;
}
.AnyTagClassName
{
color: #2DFF6C;
}
</style>
background-color css
<style>
a { background-color: #2DFF6C; }
a { background-color: rgb(45,255,108); }
div.DivClassName
{
background-color: #2DFF6C;
}
.BgClassName
{
background-color: #2DFF6C;
}
</style>
border-color css
<style>
span { border-color: #2DFF6C; }
span { border-color: rgb(45,255,108); }
td.TdClassName
{
border-color: #2DFF6C;
}
.TagClassName
{
border-color: #2DFF6C;
}
</style>