#26ba29

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

Shades of Lime Green #26BA29

Tints of Lime Green #26BA29

Color information

#26BA29 (or 0x26BA29) is unknown color: approx Lime Green. HEX triplet: 26, BA and 29. RGB value is (38,186,41). Sum of RGB (Red+Green+Blue) = 38+186+41=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 186 (73.05% from 255 or 70.19% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BA29 is #D945D6. Grayscale: #7D7D7D. Windows color (decimal): -14239191 or 2734630. OLE color: 2734630.

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

Color convert

RGB3818641-
CMYK0.8000.780.27
HSL121.22º66.07%43.92%-
HSV(B)121.22º79.57%72.94%-
XYZ18.7635.698-
YUV125.2280.4765.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.34%
GREEN value IS 186 (73.05% from 255) = 70.19%
BLUE value IS 41 (16.41% from 255) = 15.47%
R=14.34%
G=70.19%
B=15.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal38186410.8000.780.27121.2266.0743.92
Hex26BA295004E1B79422c
Octal462725112001163317110254
Binary100110101110101010011010000010011101101111110011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26ba29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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