Shades of Lime Green #38ED23
Tints of Lime Green #38ED23
RGB
CMYK
RGB Variations
Color information
#38ED23 (or 0x38ED23) is known color: Lime Green. HEX triplet: 38, ED and 23. RGB value is (56,237,35). Sum of RGB (Red+Green+Blue) = 56+237+35=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 237 (92.97% from 255 or 72.26% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 237 - color contains mainly: green. Hex color #38ED23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38ED23 is #C712DC. Grayscale: #A0A0A0. Windows color (decimal): -13046493 or 2354488. OLE color: 2354488.
HSL color Cylindrical-coordinate representation of color #38ED23: hue angle of 113.76º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38ED23 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 237 | 35 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.07 |
| HSL | 113.76º | 0.85% | 0.53% | - |
| HSV(B) | 113.76º | 0.85% | 0.93% | - |
| XYZ | 32.22 | 61.53 | 11.77 | - |
| YUV | 159.85 | 57.53 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 237 | 35 | 0.76 | 0 | 0.85 | 0.07 | 113.76 | 0.85 | 0.53 |
| Hex | 38 | ED | 23 | 4C | 0 | 55 | 7 | 72 | 55 | 35 |
| Octal | 70 | 355 | 43 | 114 | 0 | 125 | 7 | 162 | 125 | 65 |
| Binary | 111000 | 11101101 | 100011 | 1001100 | 0 | 1010101 | 111 | 1110010 | 1010101 | 110101 |
Color Harmonies of #38ED23
Complementary color
Monochromatic Colors of #38ED23
Black with #38ED23
Text Example
Text Example
White with #38ED23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ED23; }
p { color: rgb(56,237,35); }
H1.HeaderClassName
{
color: #38ED23;
}
.AnyTagClassName
{
color: #38ED23;
}
</style>
background-color css
<style>
a { background-color: #38ED23; }
a { background-color: rgb(56,237,35); }
div.DivClassName
{
background-color: #38ED23;
}
.BgClassName
{
background-color: #38ED23;
}
</style>
border-color css
<style>
span { border-color: #38ED23; }
span { border-color: rgb(56,237,35); }
td.TdClassName
{
border-color: #38ED23;
}
.TagClassName
{
border-color: #38ED23;
}
</style>