Shades of Lime Green #38FE34
Tints of Lime Green #38FE34
RGB
CMYK
RGB Variations
Color information
#38FE34 (or 0x38FE34) is known color: Lime Green. HEX triplet: 38, FE and 34. RGB value is (56,254,52). Sum of RGB (Red+Green+Blue) = 56+254+52=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 254 (99.61% from 255 or 70.17% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 254 - color contains mainly: green. Hex color #38FE34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FE34 is #C701CB. Grayscale: #ACACAC. Windows color (decimal): -13042124 or 3472952. OLE color: 3472952.
HSL color Cylindrical-coordinate representation of color #38FE34: hue angle of 118.81º 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 #38FE34 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 254 | 52 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.00 |
| HSL | 118.81º | 0.99% | 0.6% | - |
| HSV(B) | 118.81º | 0.8% | 1% | - |
| XYZ | 37.69 | 71.97 | 15.15 | - |
| YUV | 171.77 | 60.4 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 254 | 52 | 0.78 | 0 | 0.80 | 0.00 | 118.81 | 0.99 | 0.6 |
| Hex | 38 | FE | 34 | 4E | 0 | 50 | 0 | 77 | 63 | 3C |
| Octal | 70 | 376 | 64 | 116 | 0 | 120 | 0 | 167 | 143 | 74 |
| Binary | 111000 | 11111110 | 110100 | 1001110 | 0 | 1010000 | 0 | 1110111 | 1100011 | 111100 |
Color Harmonies of #38FE34
Complementary color
Monochromatic Colors of #38FE34
Black with #38FE34
Text Example
Text Example
White with #38FE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FE34; }
p { color: rgb(56,254,52); }
H1.HeaderClassName
{
color: #38FE34;
}
.AnyTagClassName
{
color: #38FE34;
}
</style>
background-color css
<style>
a { background-color: #38FE34; }
a { background-color: rgb(56,254,52); }
div.DivClassName
{
background-color: #38FE34;
}
.BgClassName
{
background-color: #38FE34;
}
</style>
border-color css
<style>
span { border-color: #38FE34; }
span { border-color: rgb(56,254,52); }
td.TdClassName
{
border-color: #38FE34;
}
.TagClassName
{
border-color: #38FE34;
}
</style>