#26B543

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

Shades of Lime Green #26B543

Tints of Lime Green #26B543

Color information

#26B543 (or 0x26B543) is unknown color: approx Lime Green. HEX triplet: 26, B5 and 43. RGB value is (38,181,67). Sum of RGB (Red+Green+Blue) = 38+181+67=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 181 (71.09% from 255 or 63.29% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 181 - color contains mainly: green. Hex color #26B543 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B543 is #D94ABC. Grayscale: #7D7D7D. Windows color (decimal): -14240445 or 4437286. OLE color: 4437286.

HSL color Cylindrical-coordinate representation of color #26B543: hue angle of 132.17º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B543 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB3818167-
CMYK0.7900.630.29
HSL132.17º65.3%42.94%-
HSV(B)132.17º79.01%70.98%-
XYZ18.3433.8710.88-
YUV125.2595.1265.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.29%
GREEN value IS 181 (71.09% from 255) = 63.29%
BLUE value IS 67 (26.56% from 255) = 23.43%
R=13.29%
G=63.29%
B=23.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal38181670.7900.630.29132.1765.342.94
Hex26B5434F03F1D84412b
Octal462651031170773520410153
Binary1001101011010110000111001111011111111101100001001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,181,67); }

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

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

 a { background-color: rgb(38,181,67); }

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

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

 span { border-color: rgb(38,181,67); }

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