#26BC44

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

Shades of Lime Green #26BC44

Tints of Lime Green #26BC44

Color information

#26BC44 (or 0x26BC44) is unknown color: approx Lime Green. HEX triplet: 26, BC and 44. RGB value is (38,188,68). Sum of RGB (Red+Green+Blue) = 38+188+68=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BC44 is #D943BB. Grayscale: #818181. Windows color (decimal): -14238652 or 4504614. OLE color: 4504614.

HSL color Cylindrical-coordinate representation of color #26BC44: hue angle of 132º 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 #26BC44 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB3818868-
CMYK0.8000.640.26
HSL132º66.37%44.31%-
HSV(B)132º79.79%73.73%-
XYZ19.8336.811.53-
YUV129.4793.362.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.93%
GREEN value IS 188 (73.83% from 255) = 63.95%
BLUE value IS 68 (26.95% from 255) = 23.13%
R=12.93%
G=63.95%
B=23.13%

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
Decimal38188680.8000.640.2613266.3744.31
Hex26BC44500401A84422c
Octal4627410412001003220410254
Binary10011010111100100010010100000100000011010100001001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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