#26B544

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

Shades of Lime Green #26B544

Tints of Lime Green #26B544

Color information

#26B544 (or 0x26B544) is unknown color: approx Lime Green. HEX triplet: 26, B5 and 44. RGB value is (38,181,68). Sum of RGB (Red+Green+Blue) = 38+181+68=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 181 (71.09% from 255 or 63.07% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 181 - color contains mainly: green. Hex color #26B544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B544 is #D94ABB. Grayscale: #7D7D7D. Windows color (decimal): -14240444 or 4502822. OLE color: 4502822.

HSL color Cylindrical-coordinate representation of color #26B544: hue angle of 132.59º 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 #26B544 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB3818168-
CMYK0.7900.620.29
HSL132.59º65.3%42.94%-
HSV(B)132.59º79.01%70.98%-
XYZ18.3733.8811.04-
YUV125.3695.6265.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.24%
GREEN value IS 181 (71.09% from 255) = 63.07%
BLUE value IS 68 (26.95% from 255) = 23.69%
R=13.24%
G=63.07%
B=23.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal38181680.7900.620.29132.5965.342.94
Hex26B5444F03E1D85412b
Octal462651041170763520510153
Binary1001101011010110001001001111011111011101100001011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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