#26b93e

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

Shades of Lime Green #26B93E

Tints of Lime Green #26B93E

Color information

#26B93E (or 0x26B93E) is unknown color: approx Lime Green. HEX triplet: 26, B9 and 3E. RGB value is (38,185,62). Sum of RGB (Red+Green+Blue) = 38+185+62=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 185 (72.66% from 255 or 64.91% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 185 - color contains mainly: green. Hex color #26B93E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B93E is #D946C1. Grayscale: #7F7F7F. Windows color (decimal): -14239426 or 4110630. OLE color: 4110630.

HSL color Cylindrical-coordinate representation of color #26B93E: hue angle of 129.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B93E is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB3818562-
CMYK0.7900.660.27
HSL129.8º65.92%43.73%-
HSV(B)129.8º79.46%72.55%-
XYZ19.0235.4610.4-
YUV127.0291.364.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.33%
GREEN value IS 185 (72.66% from 255) = 64.91%
BLUE value IS 62 (24.61% from 255) = 21.75%
R=13.33%
G=64.91%
B=21.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal38185620.7900.660.27129.865.9243.73
Hex26B93E4F0421B82422c
Octal462717611701023320210254
Binary1001101011100111111010011110100001011011100000101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26b93e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,185,62); }

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

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

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

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

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

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

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