#26BA15

Color #26BA15 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #26BA15

Tints of Lime Green #26BA15

Color information

#26BA15 (or 0x26BA15) is unknown color: approx Lime Green. HEX triplet: 26, BA and 15. RGB value is (38,186,21). Sum of RGB (Red+Green+Blue) = 38+186+21=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 186 (73.05% from 255 or 75.92% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26BA15 is #D945EA. Grayscale: #7B7B7B. Windows color (decimal): -14239211 or 1423910. OLE color: 1423910.

HSL color Cylindrical-coordinate representation of color #26BA15: hue angle of 113.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #26BA15 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB3818621-
CMYK0.8000.890.27
HSL113.82º79.71%40.59%-
HSV(B)113.82º88.71%72.94%-
XYZ18.4935.586.6-
YUV122.9470.4767.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 15.51%
GREEN value IS 186 (73.05% from 255) = 75.92%
BLUE value IS 21 (8.59% from 255) = 8.57%
R=15.51%
G=75.92%
B=8.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal38186210.8000.890.27113.8279.7140.59
Hex26BA15500591B725029
Octal462722512001313316212051
Binary10011010111010101011010000010110011101111100101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26BA15; }

 p { color: rgb(38,186,21); }

 H1.HeaderClassName
 {
   color: #26BA15;
 }
 .AnyTagClassName
 {
   color: #26BA15;
 }
</style>
background-color css

<style>
 a { background-color: #26BA15; }

 a { background-color: rgb(38,186,21); }

 div.DivClassName
 {
   background-color: #26BA15;
 }
 .BgClassName
 {
   background-color: #26BA15;
 }
</style>
border-color css

<style>
 span { border-color: #26BA15; }

 span { border-color: rgb(38,186,21); }

 td.TdClassName
 {
   border-color: #26BA15;
 }
 .TagClassName
 {
   border-color: #26BA15;
 }
</style>