#26BC29

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

Shades of Lime Green #26BC29

Tints of Lime Green #26BC29

Color information

#26BC29 (or 0x26BC29) is unknown color: approx Lime Green. HEX triplet: 26, BC and 29. RGB value is (38,188,41). Sum of RGB (Red+Green+Blue) = 38+188+41=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 188 (73.83% from 255 or 70.41% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BC29 is #D943D6. Grayscale: #7E7E7E. Windows color (decimal): -14238679 or 2735142. OLE color: 2735142.

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

Color convert

RGB3818841-
CMYK0.8000.780.26
HSL121.2º66.37%44.31%-
HSV(B)121.2º79.79%73.73%-
XYZ19.1836.548.14-
YUV126.3979.8164.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.23%
GREEN value IS 188 (73.83% from 255) = 70.41%
BLUE value IS 41 (16.41% from 255) = 15.36%
R=14.23%
G=70.41%
B=15.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38188410.8000.780.26121.266.3744.31
Hex26BC295004E1A79422c
Octal462745112001163217110254
Binary100110101111001010011010000010011101101011110011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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