Shades of Bright Green #55F024
Tints of Bright Green #55F024
RGB
CMYK
RGB Variations
Color information
#55F024 (or 0x55F024) is known color: Bright Green. HEX triplet: 55, F0 and 24. RGB value is (85,240,36). Sum of RGB (Red+Green+Blue) = 85+240+36=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 240 (94.14% from 255 or 66.48% from 361); Blue value is 36 (14.45% from 255 or 9.97% from 361); Max value from RGB is 240 - color contains mainly: green. Hex color #55F024 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F024 is #AA0FDB. Grayscale: #ABABAB. Windows color (decimal): -11145180 or 2420821. OLE color: 2420821.
HSL color Cylindrical-coordinate representation of color #55F024: hue angle of 105.59º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55F024 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 240 | 36 | - |
| CMYK | 0.65 | 0 | 0.85 | 0.06 |
| HSL | 105.59º | 0.87% | 0.54% | - |
| HSV(B) | 105.59º | 0.85% | 0.94% | - |
| XYZ | 35.22 | 64.38 | 12.24 | - |
| YUV | 170.4 | 52.15 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 240 | 36 | 0.65 | 0 | 0.85 | 0.06 | 105.59 | 0.87 | 0.54 |
| Hex | 55 | F0 | 24 | 41 | 0 | 55 | 6 | 6A | 57 | 36 |
| Octal | 125 | 360 | 44 | 101 | 0 | 125 | 6 | 152 | 127 | 66 |
| Binary | 1010101 | 11110000 | 100100 | 1000001 | 0 | 1010101 | 110 | 1101010 | 1010111 | 110110 |
Color Harmonies of #55F024
Complementary color
Monochromatic Colors of #55F024
Black with #55F024
Text Example
Text Example
White with #55F024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F024; }
p { color: rgb(85,240,36); }
H1.HeaderClassName
{
color: #55F024;
}
.AnyTagClassName
{
color: #55F024;
}
</style>
background-color css
<style>
a { background-color: #55F024; }
a { background-color: rgb(85,240,36); }
div.DivClassName
{
background-color: #55F024;
}
.BgClassName
{
background-color: #55F024;
}
</style>
border-color css
<style>
span { border-color: #55F024; }
span { border-color: rgb(85,240,36); }
td.TdClassName
{
border-color: #55F024;
}
.TagClassName
{
border-color: #55F024;
}
</style>