#26BF2E

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

Shades of Lime Green #26BF2E

Tints of Lime Green #26BF2E

Color information

#26BF2E (or 0x26BF2E) is unknown color: approx Lime Green. HEX triplet: 26, BF and 2E. RGB value is (38,191,46). Sum of RGB (Red+Green+Blue) = 38+191+46=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 191 (75% from 255 or 69.45% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BF2E is #D940D1. Grayscale: #818181. Windows color (decimal): -14237906 or 3063590. OLE color: 3063590.

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

Color convert

RGB3819146-
CMYK0.8000.760.25
HSL123.14º66.81%44.9%-
HSV(B)123.14º80.1%74.9%-
XYZ19.9237.878.84-
YUV128.7281.3163.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.82%
GREEN value IS 191 (75% from 255) = 69.45%
BLUE value IS 46 (18.36% from 255) = 16.73%
R=13.82%
G=69.45%
B=16.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38191460.8000.760.25123.1466.8144.9
Hex26BF2E5004C197b432d
Octal462775612001143117310355
Binary100110101111111011101010000010011001100111110111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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