Shades of Lime Green #26F334
Tints of Lime Green #26F334
RGB
CMYK
RGB Variations
Color information
#26F334 (or 0x26F334) is known color: Lime Green. HEX triplet: 26, F3 and 34. RGB value is (38,243,52). Sum of RGB (Red+Green+Blue) = 38+243+52=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 243 (95.31% from 255 or 72.97% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 243 - color contains mainly: green. Hex color #26F334 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F334 is #D90CCB. Grayscale: #A0A0A0. Windows color (decimal): -14224588 or 3470118. OLE color: 3470118.
HSL color Cylindrical-coordinate representation of color #26F334: hue angle of 124.1º 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 #26F334 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 243 | 52 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.05 |
| HSL | 124.1º | 0.9% | 0.55% | - |
| HSV(B) | 124.1º | 0.84% | 0.95% | - |
| XYZ | 33.47 | 64.76 | 13.98 | - |
| YUV | 159.93 | 67.08 | 41.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 243 | 52 | 0.84 | 0 | 0.79 | 0.05 | 124.1 | 0.9 | 0.55 |
| Hex | 26 | F3 | 34 | 54 | 0 | 4F | 5 | 7C | 5A | 37 |
| Octal | 46 | 363 | 64 | 124 | 0 | 117 | 5 | 174 | 132 | 67 |
| Binary | 100110 | 11110011 | 110100 | 1010100 | 0 | 1001111 | 101 | 1111100 | 1011010 | 110111 |
Color Harmonies of #26F334
Complementary color
Monochromatic Colors of #26F334
Black with #26F334
Text Example
Text Example
White with #26F334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F334; }
p { color: rgb(38,243,52); }
H1.HeaderClassName
{
color: #26F334;
}
.AnyTagClassName
{
color: #26F334;
}
</style>
background-color css
<style>
a { background-color: #26F334; }
a { background-color: rgb(38,243,52); }
div.DivClassName
{
background-color: #26F334;
}
.BgClassName
{
background-color: #26F334;
}
</style>
border-color css
<style>
span { border-color: #26F334; }
span { border-color: rgb(38,243,52); }
td.TdClassName
{
border-color: #26F334;
}
.TagClassName
{
border-color: #26F334;
}
</style>