#26BC43

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

Shades of Lime Green #26BC43

Tints of Lime Green #26BC43

Color information

#26BC43 (or 0x26BC43) is unknown color: approx Lime Green. HEX triplet: 26, BC and 43. RGB value is (38,188,67). Sum of RGB (Red+Green+Blue) = 38+188+67=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BC43 is #D943BC. Grayscale: #818181. Windows color (decimal): -14238653 or 4439078. OLE color: 4439078.

HSL color Cylindrical-coordinate representation of color #26BC43: hue angle of 131.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BC43 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB3818867-
CMYK0.8000.640.26
HSL131.6º66.37%44.31%-
HSV(B)131.6º79.79%73.73%-
XYZ19.836.7811.37-
YUV129.3692.862.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.97%
GREEN value IS 188 (73.83% from 255) = 64.16%
BLUE value IS 67 (26.56% from 255) = 22.87%
R=12.97%
G=64.16%
B=22.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38188670.8000.640.26131.666.3744.31
Hex26BC43500401A84422c
Octal4627410312001003220410254
Binary10011010111100100001110100000100000011010100001001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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