Shades of Bright Green #55FA1E
Tints of Bright Green #55FA1E
RGB
CMYK
RGB Variations
Color information
#55FA1E (or 0x55FA1E) is known color: Bright Green. HEX triplet: 55, FA and 1E. RGB value is (85,250,30). Sum of RGB (Red+Green+Blue) = 85+250+30=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 250 (98.05% from 255 or 68.49% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FA1E is #AA05E1. Grayscale: #B0B0B0. Windows color (decimal): -11142626 or 2030165. OLE color: 2030165.
HSL color Cylindrical-coordinate representation of color #55FA1E: hue angle of 105º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55FA1E is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 30 | - |
| CMYK | 0.66 | 0 | 0.88 | 0.02 |
| HSL | 105º | 0.96% | 0.55% | - |
| HSV(B) | 105º | 0.88% | 0.98% | - |
| XYZ | 38.17 | 70.4 | 12.8 | - |
| YUV | 175.59 | 45.84 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 30 | 0.66 | 0 | 0.88 | 0.02 | 105 | 0.96 | 0.55 |
| Hex | 55 | FA | 1E | 42 | 0 | 58 | 2 | 69 | 60 | 37 |
| Octal | 125 | 372 | 36 | 102 | 0 | 130 | 2 | 151 | 140 | 67 |
| Binary | 1010101 | 11111010 | 11110 | 1000010 | 0 | 1011000 | 10 | 1101001 | 1100000 | 110111 |
Color Harmonies of #55FA1E
Complementary color
Monochromatic Colors of #55FA1E
Black with #55FA1E
Text Example
Text Example
White with #55FA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA1E; }
p { color: rgb(85,250,30); }
H1.HeaderClassName
{
color: #55FA1E;
}
.AnyTagClassName
{
color: #55FA1E;
}
</style>
background-color css
<style>
a { background-color: #55FA1E; }
a { background-color: rgb(85,250,30); }
div.DivClassName
{
background-color: #55FA1E;
}
.BgClassName
{
background-color: #55FA1E;
}
</style>
border-color css
<style>
span { border-color: #55FA1E; }
span { border-color: rgb(85,250,30); }
td.TdClassName
{
border-color: #55FA1E;
}
.TagClassName
{
border-color: #55FA1E;
}
</style>