Shades of Spring Green #2CFF82
Tints of Spring Green #2CFF82
RGB
CMYK
RGB Variations
Color information
#2CFF82 (or 0x2CFF82) is known color: Spring Green. HEX triplet: 2C, FF and 82. RGB value is (44,255,130). Sum of RGB (Red+Green+Blue) = 44+255+130=429 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.26% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFF82 is #D3007D. Grayscale: #B1B1B1. Windows color (decimal): -13828222 or 8585004. OLE color: 8585004.
HSL color Cylindrical-coordinate representation of color #2CFF82: hue angle of 144.45º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFF82 is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 130 | - |
| CMYK | 0.83 | 0 | 0.49 | 0 |
| HSL | 144.46º | 1% | 0.59% | - |
| HSV(B) | 144.46º | 0.83% | 1% | - |
| XYZ | 40.83 | 73.67 | 33.19 | - |
| YUV | 177.66 | 101.1 | 32.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 130 | 0.83 | 0 | 0.49 | 0 | 144.46 | 1 | 0.59 |
| Hex | 2C | FF | 82 | 53 | 0 | 31 | 0 | 90 | 64 | 3B |
| Octal | 54 | 377 | 202 | 123 | 0 | 61 | 0 | 220 | 144 | 73 |
| Binary | 101100 | 11111111 | 10000010 | 1010011 | 0 | 110001 | 0 | 10010000 | 1100100 | 111011 |
Color Harmonies of #2CFF82
Complementary color
Monochromatic Colors of #2CFF82
Black with #2CFF82
Text Example
Text Example
White with #2CFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFF82; }
p { color: rgb(44,255,130); }
H1.HeaderClassName
{
color: #2CFF82;
}
.AnyTagClassName
{
color: #2CFF82;
}
</style>
background-color css
<style>
a { background-color: #2CFF82; }
a { background-color: rgb(44,255,130); }
div.DivClassName
{
background-color: #2CFF82;
}
.BgClassName
{
background-color: #2CFF82;
}
</style>
border-color css
<style>
span { border-color: #2CFF82; }
span { border-color: rgb(44,255,130); }
td.TdClassName
{
border-color: #2CFF82;
}
.TagClassName
{
border-color: #2CFF82;
}
</style>