#26C943

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

Shades of Lime Green #26C943

Tints of Lime Green #26C943

Color information

#26C943 (or 0x26C943) is unknown color: approx Lime Green. HEX triplet: 26, C9 and 43. RGB value is (38,201,67). Sum of RGB (Red+Green+Blue) = 38+201+67=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 201 (78.91% from 255 or 65.69% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 201 - color contains mainly: green. Hex color #26C943 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C943 is #D936BC. Grayscale: #898989. Windows color (decimal): -14235325 or 4442406. OLE color: 4442406.

HSL color Cylindrical-coordinate representation of color #26C943: hue angle of 130.67º 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 #26C943 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB3820167-
CMYK0.8100.670.21
HSL130.67º68.2%46.86%-
HSV(B)130.67º81.09%78.82%-
XYZ22.742.5912.33-
YUV136.9988.557.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.42%
GREEN value IS 201 (78.91% from 255) = 65.69%
BLUE value IS 67 (26.56% from 255) = 21.90%
R=12.42%
G=65.69%
B=21.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal38201670.8100.670.21130.6768.246.86
Hex26C943510431583442f
Octal4631110312101032520310457
Binary10011011001001100001110100010100001110101100000111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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