Shades of Bright Green #54FF02
Tints of Bright Green #54FF02
RGB
CMYK
RGB Variations
Color information
#54FF02 (or 0x54FF02) is known color: Bright Green. HEX triplet: 54, FF and 02. RGB value is (84,255,2). Sum of RGB (Red+Green+Blue) = 84+255+2=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 255 (100% from 255 or 74.78% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 255 - color contains mainly: green. Hex color #54FF02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #54FF02 is #AB00FD. Grayscale: #AFAFAF. Windows color (decimal): -11206910 or 196436. OLE color: 196436.
HSL color Cylindrical-coordinate representation of color #54FF02: hue angle of 100.55º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54FF02 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 2 | - |
| CMYK | 0.67 | 0 | 0.99 | 0 |
| HSL | 100.55º | 1% | 0.5% | - |
| HSV(B) | 100.55º | 0.99% | 1% | - |
| XYZ | 39.43 | 73.41 | 12.15 | - |
| YUV | 175.03 | 30.35 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 2 | 0.67 | 0 | 0.99 | 0 | 100.55 | 1 | 0.5 |
| Hex | 54 | FF | 2 | 43 | 0 | 63 | 0 | 65 | 64 | 32 |
| Octal | 124 | 377 | 2 | 103 | 0 | 143 | 0 | 145 | 144 | 62 |
| Binary | 1010100 | 11111111 | 10 | 1000011 | 0 | 1100011 | 0 | 1100101 | 1100100 | 110010 |
Color Harmonies of #54FF02
Complementary color
Monochromatic Colors of #54FF02
Black with #54FF02
Text Example
Text Example
White with #54FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FF02; }
p { color: rgb(84,255,2); }
H1.HeaderClassName
{
color: #54FF02;
}
.AnyTagClassName
{
color: #54FF02;
}
</style>
background-color css
<style>
a { background-color: #54FF02; }
a { background-color: rgb(84,255,2); }
div.DivClassName
{
background-color: #54FF02;
}
.BgClassName
{
background-color: #54FF02;
}
</style>
border-color css
<style>
span { border-color: #54FF02; }
span { border-color: rgb(84,255,2); }
td.TdClassName
{
border-color: #54FF02;
}
.TagClassName
{
border-color: #54FF02;
}
</style>