Shades of Bright Green #5CEF2A
Tints of Bright Green #5CEF2A
RGB
CMYK
RGB Variations
Color information
#5CEF2A (or 0x5CEF2A) is known color: Bright Green. HEX triplet: 5C, EF and 2A. RGB value is (92,239,42). Sum of RGB (Red+Green+Blue) = 92+239+42=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 239 (93.75% from 255 or 64.08% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEF2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CEF2A is #A310D5. Grayscale: #ADADAD. Windows color (decimal): -10686678 or 2813788. OLE color: 2813788.
HSL color Cylindrical-coordinate representation of color #5CEF2A: hue angle of 104.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5CEF2A is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 239 | 42 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.06 |
| HSL | 104.77º | 0.86% | 0.55% | - |
| HSV(B) | 104.77º | 0.82% | 0.94% | - |
| XYZ | 35.7 | 64.18 | 12.7 | - |
| YUV | 172.59 | 54.3 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 42 | 0.62 | 0 | 0.82 | 0.06 | 104.77 | 0.86 | 0.55 |
| Hex | 5C | EF | 2A | 3E | 0 | 52 | 6 | 69 | 56 | 37 |
| Octal | 134 | 357 | 52 | 76 | 0 | 122 | 6 | 151 | 126 | 67 |
| Binary | 1011100 | 11101111 | 101010 | 111110 | 0 | 1010010 | 110 | 1101001 | 1010110 | 110111 |
Color Harmonies of #5CEF2A
Complementary color
Monochromatic Colors of #5CEF2A
Black with #5CEF2A
Text Example
Text Example
White with #5CEF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEF2A; }
p { color: rgb(92,239,42); }
H1.HeaderClassName
{
color: #5CEF2A;
}
.AnyTagClassName
{
color: #5CEF2A;
}
</style>
background-color css
<style>
a { background-color: #5CEF2A; }
a { background-color: rgb(92,239,42); }
div.DivClassName
{
background-color: #5CEF2A;
}
.BgClassName
{
background-color: #5CEF2A;
}
</style>
border-color css
<style>
span { border-color: #5CEF2A; }
span { border-color: rgb(92,239,42); }
td.TdClassName
{
border-color: #5CEF2A;
}
.TagClassName
{
border-color: #5CEF2A;
}
</style>