#26BD48

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

Shades of Lime Green #26BD48

Tints of Lime Green #26BD48

Color information

#26BD48 (or 0x26BD48) is unknown color: approx Lime Green. HEX triplet: 26, BD and 48. RGB value is (38,189,72). Sum of RGB (Red+Green+Blue) = 38+189+72=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 189 (74.22% from 255 or 63.21% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BD48 is #D942B7. Grayscale: #828282. Windows color (decimal): -14238392 or 4767014. OLE color: 4767014.

HSL color Cylindrical-coordinate representation of color #26BD48: hue angle of 133.51º 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 #26BD48 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB3818972-
CMYK0.8000.620.26
HSL133.51º66.52%44.51%-
HSV(B)133.51º79.89%74.12%-
XYZ20.1737.2812.26-
YUV130.5194.9762.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.71%
GREEN value IS 189 (74.22% from 255) = 63.21%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=12.71%
G=63.21%
B=24.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38189720.8000.620.26133.5166.5244.51
Hex26BD485003E1A86432d
Octal462751101200763220610355
Binary1001101011110110010001010000011111011010100001101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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