Shades of Lime Green #26BE4B
Tints of Lime Green #26BE4B
RGB
CMYK
RGB Variations
Color information
#26BE4B (or 0x26BE4B) is known color: Lime Green. HEX triplet: 26, BE and 4B. RGB value is (38,190,75). Sum of RGB (Red+Green+Blue) = 38+190+75=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 190 (74.61% from 255 or 62.71% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 190 - color contains mainly: green. Hex color #26BE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BE4B is #D941B4. Grayscale: #838383. Windows color (decimal): -14238133 or 4963878. OLE color: 4963878.
HSL color Cylindrical-coordinate representation of color #26BE4B: hue angle of 134.61º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BE4B is Cyan = 0.8, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 190 | 75 | - |
| CMYK | 0.8 | 0 | 0.61 | 0.25 |
| HSL | 134.61º | 0.67% | 0.45% | - |
| HSV(B) | 134.61º | 0.8% | 0.75% | - |
| XYZ | 20.48 | 37.75 | 12.86 | - |
| YUV | 131.44 | 96.14 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 190 | 75 | 0.8 | 0 | 0.61 | 0.25 | 134.61 | 0.67 | 0.45 |
| Hex | 26 | BE | 4B | 50 | 0 | 3D | 19 | 87 | 43 | 2D |
| Octal | 46 | 276 | 113 | 120 | 0 | 75 | 31 | 207 | 103 | 55 |
| Binary | 100110 | 10111110 | 1001011 | 1010000 | 0 | 111101 | 11001 | 10000111 | 1000011 | 101101 |
Color Harmonies of #26BE4B
Complementary color
Monochromatic Colors of #26BE4B
Black with #26BE4B
Text Example
Text Example
White with #26BE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BE4B; }
p { color: rgb(38,190,75); }
H1.HeaderClassName
{
color: #26BE4B;
}
.AnyTagClassName
{
color: #26BE4B;
}
</style>
background-color css
<style>
a { background-color: #26BE4B; }
a { background-color: rgb(38,190,75); }
div.DivClassName
{
background-color: #26BE4B;
}
.BgClassName
{
background-color: #26BE4B;
}
</style>
border-color css
<style>
span { border-color: #26BE4B; }
span { border-color: rgb(38,190,75); }
td.TdClassName
{
border-color: #26BE4B;
}
.TagClassName
{
border-color: #26BE4B;
}
</style>