#26D531

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

Shades of Lime Green #26D531

Tints of Lime Green #26D531

Color information

#26D531 (or 0x26D531) is unknown color: approx Lime Green. HEX triplet: 26, D5 and 31. RGB value is (38,213,49). Sum of RGB (Red+Green+Blue) = 38+213+49=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 213 (83.59% from 255 or 71% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 213 - color contains mainly: green. Hex color #26D531 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D531 is #D92ACE. Grayscale: #8E8E8E. Windows color (decimal): -14232271 or 3265830. OLE color: 3265830.

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

Color convert

RGB3821349-
CMYK0.8200.770.16
HSL123.77º69.72%49.22%-
HSV(B)123.77º82.16%83.53%-
XYZ25.1548.2210.89-
YUV141.9875.5253.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.67%
GREEN value IS 213 (83.59% from 255) = 71%
BLUE value IS 49 (19.53% from 255) = 16.33%
R=12.67%
G=71%
B=16.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal38213490.8200.770.16123.7769.7249.22
Hex26D5315204D107c4631
Octal463256112201152017410661
Binary100110110101011100011010010010011011000011111001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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