Shades of Lime Green #26BA33
Tints of Lime Green #26BA33
RGB
CMYK
RGB Variations
Color information
#26BA33 (or 0x26BA33) is known color: Lime Green. HEX triplet: 26, BA and 33. RGB value is (38,186,51). Sum of RGB (Red+Green+Blue) = 38+186+51=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 186 (73.05% from 255 or 67.64% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BA33 is #D945CC. Grayscale: #7E7E7E. Windows color (decimal): -14239181 or 3389990. OLE color: 3389990.
HSL color Cylindrical-coordinate representation of color #26BA33: hue angle of 125.27º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BA33 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 186 | 51 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.27 |
| HSL | 125.27º | 0.66% | 0.44% | - |
| HSV(B) | 125.27º | 0.8% | 0.73% | - |
| XYZ | 18.96 | 35.77 | 9.04 | - |
| YUV | 126.36 | 85.47 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 51 | 0.80 | 0 | 0.73 | 0.27 | 125.27 | 0.66 | 0.44 |
| Hex | 26 | BA | 33 | 50 | 0 | 49 | 1B | 7D | 42 | 2C |
| Octal | 46 | 272 | 63 | 120 | 0 | 111 | 33 | 175 | 102 | 54 |
| Binary | 100110 | 10111010 | 110011 | 1010000 | 0 | 1001001 | 11011 | 1111101 | 1000010 | 101100 |
Color Harmonies of #26BA33
Complementary color
Monochromatic Colors of #26BA33
Black with #26BA33
Text Example
Text Example
White with #26BA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BA33; }
p { color: rgb(38,186,51); }
H1.HeaderClassName
{
color: #26BA33;
}
.AnyTagClassName
{
color: #26BA33;
}
</style>
background-color css
<style>
a { background-color: #26BA33; }
a { background-color: rgb(38,186,51); }
div.DivClassName
{
background-color: #26BA33;
}
.BgClassName
{
background-color: #26BA33;
}
</style>
border-color css
<style>
span { border-color: #26BA33; }
span { border-color: rgb(38,186,51); }
td.TdClassName
{
border-color: #26BA33;
}
.TagClassName
{
border-color: #26BA33;
}
</style>