#26B945

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

Shades of Lime Green #26B945

Tints of Lime Green #26B945

Color information

#26B945 (or 0x26B945) is unknown color: approx Lime Green. HEX triplet: 26, B9 and 45. RGB value is (38,185,69). Sum of RGB (Red+Green+Blue) = 38+185+69=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 185 (72.66% from 255 or 63.36% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 185 - color contains mainly: green. Hex color #26B945 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B945 is #D946BA. Grayscale: #808080. Windows color (decimal): -14239419 or 4569382. OLE color: 4569382.

HSL color Cylindrical-coordinate representation of color #26B945: hue angle of 132.65º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B945 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB3818569-
CMYK0.7900.630.27
HSL132.65º65.92%43.73%-
HSV(B)132.65º79.46%72.55%-
XYZ19.2235.5411.48-
YUV127.8294.863.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.01%
GREEN value IS 185 (72.66% from 255) = 63.36%
BLUE value IS 69 (27.34% from 255) = 23.63%
R=13.01%
G=63.36%
B=23.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal38185690.7900.630.27132.6565.9243.73
Hex26B9454F03F1B85422c
Octal462711051170773320510254
Binary1001101011100110001011001111011111111011100001011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,185,69); }

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

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

 a { background-color: rgb(38,185,69); }

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

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

 span { border-color: rgb(38,185,69); }

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