#26BF2B

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

Shades of Lime Green #26BF2B

Tints of Lime Green #26BF2B

Color information

#26BF2B (or 0x26BF2B) is unknown color: approx Lime Green. HEX triplet: 26, BF and 2B. RGB value is (38,191,43). Sum of RGB (Red+Green+Blue) = 38+191+43=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 191 (75% from 255 or 70.22% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BF2B is #D940D4. Grayscale: #808080. Windows color (decimal): -14237909 or 2866982. OLE color: 2866982.

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

Color convert

RGB3819143-
CMYK0.8000.770.25
HSL121.96º66.81%44.9%-
HSV(B)121.96º80.1%74.9%-
XYZ19.8737.858.54-
YUV128.3879.8163.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.97%
GREEN value IS 191 (75% from 255) = 70.22%
BLUE value IS 43 (17.19% from 255) = 15.81%
R=13.97%
G=70.22%
B=15.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38191430.8000.770.25121.9666.8144.9
Hex26BF2B5004D197a432d
Octal462775312001153117210355
Binary100110101111111010111010000010011011100111110101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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