Shades of Lime Green #38F326
Tints of Lime Green #38F326
RGB
CMYK
RGB Variations
Color information
#38F326 (or 0x38F326) is known color: Lime Green. HEX triplet: 38, F3 and 26. RGB value is (56,243,38). Sum of RGB (Red+Green+Blue) = 56+243+38=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 243 (95.31% from 255 or 72.11% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 243 - color contains mainly: green. Hex color #38F326 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F326 is #C70CD9. Grayscale: #A4A4A4. Windows color (decimal): -13044954 or 2552632. OLE color: 2552632.
HSL color Cylindrical-coordinate representation of color #38F326: hue angle of 114.73º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38F326 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 243 | 38 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.05 |
| HSL | 114.73º | 0.9% | 0.55% | - |
| HSV(B) | 114.73º | 0.84% | 0.95% | - |
| XYZ | 34.03 | 65.08 | 12.6 | - |
| YUV | 163.72 | 57.05 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 243 | 38 | 0.77 | 0 | 0.84 | 0.05 | 114.73 | 0.9 | 0.55 |
| Hex | 38 | F3 | 26 | 4D | 0 | 54 | 5 | 73 | 5A | 37 |
| Octal | 70 | 363 | 46 | 115 | 0 | 124 | 5 | 163 | 132 | 67 |
| Binary | 111000 | 11110011 | 100110 | 1001101 | 0 | 1010100 | 101 | 1110011 | 1011010 | 110111 |
Color Harmonies of #38F326
Complementary color
Monochromatic Colors of #38F326
Black with #38F326
Text Example
Text Example
White with #38F326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F326; }
p { color: rgb(56,243,38); }
H1.HeaderClassName
{
color: #38F326;
}
.AnyTagClassName
{
color: #38F326;
}
</style>
background-color css
<style>
a { background-color: #38F326; }
a { background-color: rgb(56,243,38); }
div.DivClassName
{
background-color: #38F326;
}
.BgClassName
{
background-color: #38F326;
}
</style>
border-color css
<style>
span { border-color: #38F326; }
span { border-color: rgb(56,243,38); }
td.TdClassName
{
border-color: #38F326;
}
.TagClassName
{
border-color: #38F326;
}
</style>