Shades of Bright Green #5CEB2A
Tints of Bright Green #5CEB2A
RGB
CMYK
RGB Variations
Color information
#5CEB2A (or 0x5CEB2A) is known color: Bright Green. HEX triplet: 5C, EB and 2A. RGB value is (92,235,42). Sum of RGB (Red+Green+Blue) = 92+235+42=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 235 (92.19% from 255 or 63.69% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 235 - color contains mainly: green. Hex color #5CEB2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CEB2A is #A314D5. Grayscale: #AAAAAA. Windows color (decimal): -10687702 or 2812764. OLE color: 2812764.
HSL color Cylindrical-coordinate representation of color #5CEB2A: hue angle of 104.46º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5CEB2A is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 235 | 42 | - |
| CMYK | 0.61 | 0 | 0.82 | 0.08 |
| HSL | 104.46º | 0.83% | 0.54% | - |
| HSV(B) | 104.46º | 0.82% | 0.92% | - |
| XYZ | 34.54 | 61.86 | 12.31 | - |
| YUV | 170.24 | 55.62 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 235 | 42 | 0.61 | 0 | 0.82 | 0.08 | 104.46 | 0.83 | 0.54 |
| Hex | 5C | EB | 2A | 3D | 0 | 52 | 8 | 68 | 53 | 36 |
| Octal | 134 | 353 | 52 | 75 | 0 | 122 | 10 | 150 | 123 | 66 |
| Binary | 1011100 | 11101011 | 101010 | 111101 | 0 | 1010010 | 1000 | 1101000 | 1010011 | 110110 |
Color Harmonies of #5CEB2A
Complementary color
Monochromatic Colors of #5CEB2A
Black with #5CEB2A
Text Example
Text Example
White with #5CEB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEB2A; }
p { color: rgb(92,235,42); }
H1.HeaderClassName
{
color: #5CEB2A;
}
.AnyTagClassName
{
color: #5CEB2A;
}
</style>
background-color css
<style>
a { background-color: #5CEB2A; }
a { background-color: rgb(92,235,42); }
div.DivClassName
{
background-color: #5CEB2A;
}
.BgClassName
{
background-color: #5CEB2A;
}
</style>
border-color css
<style>
span { border-color: #5CEB2A; }
span { border-color: rgb(92,235,42); }
td.TdClassName
{
border-color: #5CEB2A;
}
.TagClassName
{
border-color: #5CEB2A;
}
</style>