Shades of Lime Green #26BE4A
Tints of Lime Green #26BE4A
RGB
CMYK
RGB Variations
Color information
#26BE4A (or 0x26BE4A) is known color: Lime Green. HEX triplet: 26, BE and 4A. RGB value is (38,190,74). Sum of RGB (Red+Green+Blue) = 38+190+74=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 190 (74.61% from 255 or 62.91% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 190 - color contains mainly: green. Hex color #26BE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BE4A is #D941B5. Grayscale: #838383. Windows color (decimal): -14238134 or 4898342. OLE color: 4898342.
HSL color Cylindrical-coordinate representation of color #26BE4A: hue angle of 134.21º 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 #26BE4A is Cyan = 0.8, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 190 | 74 | - |
| CMYK | 0.8 | 0 | 0.61 | 0.25 |
| HSL | 134.21º | 0.67% | 0.45% | - |
| HSV(B) | 134.21º | 0.8% | 0.75% | - |
| XYZ | 20.45 | 37.73 | 12.68 | - |
| YUV | 131.33 | 95.64 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 190 | 74 | 0.8 | 0 | 0.61 | 0.25 | 134.21 | 0.67 | 0.45 |
| Hex | 26 | BE | 4A | 50 | 0 | 3D | 19 | 86 | 43 | 2D |
| Octal | 46 | 276 | 112 | 120 | 0 | 75 | 31 | 206 | 103 | 55 |
| Binary | 100110 | 10111110 | 1001010 | 1010000 | 0 | 111101 | 11001 | 10000110 | 1000011 | 101101 |
Color Harmonies of #26BE4A
Complementary color
Monochromatic Colors of #26BE4A
Black with #26BE4A
Text Example
Text Example
White with #26BE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BE4A; }
p { color: rgb(38,190,74); }
H1.HeaderClassName
{
color: #26BE4A;
}
.AnyTagClassName
{
color: #26BE4A;
}
</style>
background-color css
<style>
a { background-color: #26BE4A; }
a { background-color: rgb(38,190,74); }
div.DivClassName
{
background-color: #26BE4A;
}
.BgClassName
{
background-color: #26BE4A;
}
</style>
border-color css
<style>
span { border-color: #26BE4A; }
span { border-color: rgb(38,190,74); }
td.TdClassName
{
border-color: #26BE4A;
}
.TagClassName
{
border-color: #26BE4A;
}
</style>