#26C944

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

Shades of Lime Green #26C944

Tints of Lime Green #26C944

Color information

#26C944 (or 0x26C944) is unknown color: approx Lime Green. HEX triplet: 26, C9 and 44. RGB value is (38,201,68). Sum of RGB (Red+Green+Blue) = 38+201+68=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 201 (78.91% from 255 or 65.47% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 201 - color contains mainly: green. Hex color #26C944 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C944 is #D936BB. Grayscale: #898989. Windows color (decimal): -14235324 or 4507942. OLE color: 4507942.

HSL color Cylindrical-coordinate representation of color #26C944: hue angle of 131.04º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C944 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB3820168-
CMYK0.8100.660.21
HSL131.04º68.2%46.86%-
HSV(B)131.04º81.09%78.82%-
XYZ22.7342.612.49-
YUV137.18957.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.38%
GREEN value IS 201 (78.91% from 255) = 65.47%
BLUE value IS 68 (26.95% from 255) = 22.15%
R=12.38%
G=65.47%
B=22.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal38201680.8100.660.21131.0468.246.86
Hex26C944510421583442f
Octal4631110412101022520310457
Binary10011011001001100010010100010100001010101100000111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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