#26BD3E

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

Shades of Lime Green #26BD3E

Tints of Lime Green #26BD3E

Color information

#26BD3E (or 0x26BD3E) is unknown color: approx Lime Green. HEX triplet: 26, BD and 3E. RGB value is (38,189,62). Sum of RGB (Red+Green+Blue) = 38+189+62=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 189 (74.22% from 255 or 65.40% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BD3E is #D942C1. Grayscale: #818181. Windows color (decimal): -14238402 or 4111654. OLE color: 4111654.

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

Color convert

RGB3818962-
CMYK0.8000.670.26
HSL129.54º66.52%44.51%-
HSV(B)129.54º79.89%74.12%-
XYZ19.8737.1610.68-
YUV129.3789.9762.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.15%
GREEN value IS 189 (74.22% from 255) = 65.40%
BLUE value IS 62 (24.61% from 255) = 21.45%
R=13.15%
G=65.40%
B=21.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38189620.8000.670.26129.5466.5244.51
Hex26BD3E500431A82432d
Octal462757612001033220210355
Binary1001101011110111111010100000100001111010100000101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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