#26D042

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

Shades of Lime Green #26D042

Tints of Lime Green #26D042

Color information

#26D042 (or 0x26D042) is unknown color: approx Lime Green. HEX triplet: 26, D0 and 42. RGB value is (38,208,66). Sum of RGB (Red+Green+Blue) = 38+208+66=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 208 (81.64% from 255 or 66.67% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 208 - color contains mainly: green. Hex color #26D042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D042 is #D92FBD. Grayscale: #8D8D8D. Windows color (decimal): -14233534 or 4378662. OLE color: 4378662.

HSL color Cylindrical-coordinate representation of color #26D042: hue angle of 129.88º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D042 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB3820866-
CMYK0.8200.680.18
HSL129.88º69.11%48.24%-
HSV(B)129.88º81.73%81.57%-
XYZ24.3445.9212.73-
YUV140.9885.6854.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.18%
GREEN value IS 208 (81.64% from 255) = 66.67%
BLUE value IS 66 (26.17% from 255) = 21.15%
R=12.18%
G=66.67%
B=21.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal38208660.8200.680.18129.8869.1148.24
Hex26D0425204412824530
Octal4632010212201042220210560
Binary10011011010000100001010100100100010010010100000101000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,208,66); }

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

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

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

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

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

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

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