Shades of Bright Green #5FFF2D
Tints of Bright Green #5FFF2D
RGB
CMYK
RGB Variations
Color information
#5FFF2D (or 0x5FFF2D) is known color: Bright Green. HEX triplet: 5F, FF and 2D. RGB value is (95,255,45). Sum of RGB (Red+Green+Blue) = 95+255+45=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 255 (100% from 255 or 64.56% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFF2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FFF2D is #A000D2. Grayscale: #B7B7B7. Windows color (decimal): -10485971 or 3014495. OLE color: 3014495.
HSL color Cylindrical-coordinate representation of color #5FFF2D: hue angle of 105.71º 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 #5FFF2D is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 45 | - |
| CMYK | 0.63 | 0 | 0.82 | 0 |
| HSL | 105.71º | 1% | 0.59% | - |
| HSV(B) | 105.71º | 0.82% | 1% | - |
| XYZ | 40.95 | 74.14 | 14.64 | - |
| YUV | 183.22 | 49.99 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 45 | 0.63 | 0 | 0.82 | 0 | 105.71 | 1 | 0.59 |
| Hex | 5F | FF | 2D | 3F | 0 | 52 | 0 | 6A | 64 | 3B |
| Octal | 137 | 377 | 55 | 77 | 0 | 122 | 0 | 152 | 144 | 73 |
| Binary | 1011111 | 11111111 | 101101 | 111111 | 0 | 1010010 | 0 | 1101010 | 1100100 | 111011 |
Color Harmonies of #5FFF2D
Complementary color
Monochromatic Colors of #5FFF2D
Black with #5FFF2D
Text Example
Text Example
White with #5FFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFF2D; }
p { color: rgb(95,255,45); }
H1.HeaderClassName
{
color: #5FFF2D;
}
.AnyTagClassName
{
color: #5FFF2D;
}
</style>
background-color css
<style>
a { background-color: #5FFF2D; }
a { background-color: rgb(95,255,45); }
div.DivClassName
{
background-color: #5FFF2D;
}
.BgClassName
{
background-color: #5FFF2D;
}
</style>
border-color css
<style>
span { border-color: #5FFF2D; }
span { border-color: rgb(95,255,45); }
td.TdClassName
{
border-color: #5FFF2D;
}
.TagClassName
{
border-color: #5FFF2D;
}
</style>