#26BF2C

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

Shades of Lime Green #26BF2C

Tints of Lime Green #26BF2C

Color information

#26BF2C (or 0x26BF2C) is unknown color: approx Lime Green. HEX triplet: 26, BF and 2C. RGB value is (38,191,44). Sum of RGB (Red+Green+Blue) = 38+191+44=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 191 (75% from 255 or 69.96% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BF2C is #D940D3. Grayscale: #808080. Windows color (decimal): -14237908 or 2932518. OLE color: 2932518.

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

Color convert

RGB3819144-
CMYK0.8000.770.25
HSL122.35º66.81%44.9%-
HSV(B)122.35º80.1%74.9%-
XYZ19.8837.868.64-
YUV128.4980.3163.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.92%
GREEN value IS 191 (75% from 255) = 69.96%
BLUE value IS 44 (17.58% from 255) = 16.12%
R=13.92%
G=69.96%
B=16.12%

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
Decimal38191440.8000.770.25122.3566.8144.9
Hex26BF2C5004D197a432d
Octal462775412001153117210355
Binary100110101111111011001010000010011011100111110101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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