#26B026

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

Shades of Lime Green #26B026

Tints of Lime Green #26B026

Color information

#26B026 (or 0x26B026) is unknown color: approx Lime Green. HEX triplet: 26, B0 and 26. RGB value is (38,176,38). Sum of RGB (Red+Green+Blue) = 38+176+38=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 176 (69.14% from 255 or 69.84% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 176 - color contains mainly: green. Hex color #26B026 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26B026 is #D94FD9. Grayscale: #777777. Windows color (decimal): -14241754 or 2535462. OLE color: 2535462.

HSL color Cylindrical-coordinate representation of color #26B026: hue angle of 120º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26B026 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB3817638-
CMYK0.7800.780.31
HSL120º64.49%41.96%-
HSV(B)120º78.41%69.02%-
XYZ16.6731.67.05-
YUV119.0182.2870.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.08%
GREEN value IS 176 (69.14% from 255) = 69.84%
BLUE value IS 38 (15.23% from 255) = 15.08%
R=15.08%
G=69.84%
B=15.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal38176380.7800.780.3112064.4941.96
Hex26B0264E04E1F78402a
Octal462604611601163717010052
Binary100110101100001001101001110010011101111111110001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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