#26BF4C

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

Shades of Lime Green #26BF4C

Tints of Lime Green #26BF4C

Color information

#26BF4C (or 0x26BF4C) is unknown color: approx Lime Green. HEX triplet: 26, BF and 4C. RGB value is (38,191,76). Sum of RGB (Red+Green+Blue) = 38+191+76=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 191 (75% from 255 or 62.62% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BF4C is #D940B3. Grayscale: #848484. Windows color (decimal): -14237876 or 5029670. OLE color: 5029670.

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

Color convert

RGB3819176-
CMYK0.8000.600.25
HSL134.9º66.81%44.9%-
HSV(B)134.9º80.1%74.9%-
XYZ20.7338.213.12-
YUV132.1496.3160.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.46%
GREEN value IS 191 (75% from 255) = 62.62%
BLUE value IS 76 (30.08% from 255) = 24.92%
R=12.46%
G=62.62%
B=24.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38191760.8000.600.25134.966.8144.9
Hex26BF4C5003C1987432d
Octal462771141200743120710355
Binary1001101011111110011001010000011110011001100001111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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