#26BC26

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

Shades of Lime Green #26BC26

Tints of Lime Green #26BC26

Color information

#26BC26 (or 0x26BC26) is unknown color: approx Lime Green. HEX triplet: 26, BC and 26. RGB value is (38,188,38). Sum of RGB (Red+Green+Blue) = 38+188+38=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 188 (73.83% from 255 or 71.21% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BC26 is #D943D9. Grayscale: #7E7E7E. Windows color (decimal): -14238682 or 2538534. OLE color: 2538534.

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

Color convert

RGB3818838-
CMYK0.8000.800.26
HSL120º66.37%44.31%-
HSV(B)120º79.79%73.73%-
XYZ19.1336.527.87-
YUV126.0578.3165.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.39%
GREEN value IS 188 (73.83% from 255) = 71.21%
BLUE value IS 38 (15.23% from 255) = 14.39%
R=14.39%
G=71.21%
B=14.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38188380.8000.800.2612066.3744.31
Hex26BC26500501A78422c
Octal462744612001203217010254
Binary100110101111001001101010000010100001101011110001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BC26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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