#26BF3E

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

Shades of Lime Green #26BF3E

Tints of Lime Green #26BF3E

Color information

#26BF3E (or 0x26BF3E) is unknown color: approx Lime Green. HEX triplet: 26, BF and 3E. RGB value is (38,191,62). Sum of RGB (Red+Green+Blue) = 38+191+62=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 191 (75% from 255 or 65.64% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BF3E is #D940C1. Grayscale: #828282. Windows color (decimal): -14237890 or 4112166. OLE color: 4112166.

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

Color convert

RGB3819162-
CMYK0.8000.680.25
HSL129.41º66.81%44.9%-
HSV(B)129.41º80.1%74.9%-
XYZ20.338.0210.83-
YUV130.5589.3161.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.06%
GREEN value IS 191 (75% from 255) = 65.64%
BLUE value IS 62 (24.61% from 255) = 21.31%
R=13.06%
G=65.64%
B=21.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38191620.8000.680.25129.4166.8144.9
Hex26BF3E500441981432d
Octal462777612001043120110355
Binary1001101011111111111010100000100010011001100000011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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