#26BA32

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

Shades of Lime Green #26BA32

Tints of Lime Green #26BA32

Color information

#26BA32 (or 0x26BA32) is unknown color: approx Lime Green. HEX triplet: 26, BA and 32. RGB value is (38,186,50). Sum of RGB (Red+Green+Blue) = 38+186+50=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 186 (73.05% from 255 or 67.88% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BA32 is #D945CD. Grayscale: #7E7E7E. Windows color (decimal): -14239182 or 3324454. OLE color: 3324454.

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

Color convert

RGB3818650-
CMYK0.8000.730.27
HSL124.86º66.07%43.92%-
HSV(B)124.86º79.57%72.94%-
XYZ18.9335.768.92-
YUV126.2484.9765.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.87%
GREEN value IS 186 (73.05% from 255) = 67.88%
BLUE value IS 50 (19.92% from 255) = 18.25%
R=13.87%
G=67.88%
B=18.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal38186500.8000.730.27124.8666.0743.92
Hex26BA32500491B7d422c
Octal462726212001113317510254
Binary100110101110101100101010000010010011101111111011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,186,50); }

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

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

 a { background-color: rgb(38,186,50); }

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

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

 span { border-color: rgb(38,186,50); }

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