Shades of Lime Green #38FE33
Tints of Lime Green #38FE33
RGB
CMYK
RGB Variations
Color information
#38FE33 (or 0x38FE33) is known color: Lime Green. HEX triplet: 38, FE and 33. RGB value is (56,254,51). Sum of RGB (Red+Green+Blue) = 56+254+51=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 254 (99.61% from 255 or 70.36% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 254 - color contains mainly: green. Hex color #38FE33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FE33 is #C701CC. Grayscale: #ACACAC. Windows color (decimal): -13042125 or 3407416. OLE color: 3407416.
HSL color Cylindrical-coordinate representation of color #38FE33: hue angle of 118.52º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38FE33 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 254 | 51 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.00 |
| HSL | 118.52º | 0.99% | 0.6% | - |
| HSV(B) | 118.52º | 0.8% | 1% | - |
| XYZ | 37.67 | 71.96 | 15.04 | - |
| YUV | 171.66 | 59.9 | 45.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 254 | 51 | 0.78 | 0 | 0.80 | 0.00 | 118.52 | 0.99 | 0.6 |
| Hex | 38 | FE | 33 | 4E | 0 | 50 | 0 | 77 | 63 | 3C |
| Octal | 70 | 376 | 63 | 116 | 0 | 120 | 0 | 167 | 143 | 74 |
| Binary | 111000 | 11111110 | 110011 | 1001110 | 0 | 1010000 | 0 | 1110111 | 1100011 | 111100 |
Color Harmonies of #38FE33
Complementary color
Monochromatic Colors of #38FE33
Black with #38FE33
Text Example
Text Example
White with #38FE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FE33; }
p { color: rgb(56,254,51); }
H1.HeaderClassName
{
color: #38FE33;
}
.AnyTagClassName
{
color: #38FE33;
}
</style>
background-color css
<style>
a { background-color: #38FE33; }
a { background-color: rgb(56,254,51); }
div.DivClassName
{
background-color: #38FE33;
}
.BgClassName
{
background-color: #38FE33;
}
</style>
border-color css
<style>
span { border-color: #38FE33; }
span { border-color: rgb(56,254,51); }
td.TdClassName
{
border-color: #38FE33;
}
.TagClassName
{
border-color: #38FE33;
}
</style>