#26BD49

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

Shades of Lime Green #26BD49

Tints of Lime Green #26BD49

Color information

#26BD49 (or 0x26BD49) is unknown color: approx Lime Green. HEX triplet: 26, BD and 49. RGB value is (38,189,73). Sum of RGB (Red+Green+Blue) = 38+189+73=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 189 (74.22% from 255 or 63% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BD49 is #D942B6. Grayscale: #828282. Windows color (decimal): -14238391 or 4832550. OLE color: 4832550.

HSL color Cylindrical-coordinate representation of color #26BD49: hue angle of 133.91º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BD49 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB3818973-
CMYK0.8000.610.26
HSL133.91º66.52%44.51%-
HSV(B)133.91º79.89%74.12%-
XYZ20.237.2912.44-
YUV130.6395.4761.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.67%
GREEN value IS 189 (74.22% from 255) = 63%
BLUE value IS 73 (28.91% from 255) = 24.33%
R=12.67%
G=63%
B=24.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38189730.8000.610.26133.9166.5244.51
Hex26BD495003D1A86432d
Octal462751111200753220610355
Binary1001101011110110010011010000011110111010100001101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,189,73); }

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

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

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

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

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

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

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