#26D512

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

Shades of Lime Green #26D512

Tints of Lime Green #26D512

Color information

#26D512 (or 0x26D512) is unknown color: approx Lime Green. HEX triplet: 26, D5 and 12. RGB value is (38,213,18). Sum of RGB (Red+Green+Blue) = 38+213+18=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 213 (83.59% from 255 or 79.18% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 213 - color contains mainly: green. Hex color #26D512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D512 is #D92AED. Grayscale: #8B8B8B. Windows color (decimal): -14232302 or 1234214. OLE color: 1234214.

HSL color Cylindrical-coordinate representation of color #26D512: hue angle of 113.85º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #26D512 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB3821318-
CMYK0.8200.920.16
HSL113.85º84.42%45.29%-
HSV(B)113.85º91.55%83.53%-
XYZ24.748.048.54-
YUV138.4460.0256.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.13%
GREEN value IS 213 (83.59% from 255) = 79.18%
BLUE value IS 18 (7.42% from 255) = 6.69%
R=14.13%
G=79.18%
B=6.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal38213180.8200.920.16113.8584.4245.29
Hex26D5125205C1072542d
Octal463252212201342016212455
Binary10011011010101100101010010010111001000011100101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,213,18); }

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

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

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

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

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

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

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