#26BF34

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

Shades of Lime Green #26BF34

Tints of Lime Green #26BF34

Color information

#26BF34 (or 0x26BF34) is unknown color: approx Lime Green. HEX triplet: 26, BF and 34. RGB value is (38,191,52). Sum of RGB (Red+Green+Blue) = 38+191+52=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 191 (75% from 255 or 67.97% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BF34 is #D940CB. Grayscale: #818181. Windows color (decimal): -14237900 or 3456806. OLE color: 3456806.

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

Color convert

RGB3819152-
CMYK0.8000.730.25
HSL125.49º66.81%44.9%-
HSV(B)125.49º80.1%74.9%-
XYZ20.0537.929.51-
YUV129.4184.3162.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.52%
GREEN value IS 191 (75% from 255) = 67.97%
BLUE value IS 52 (20.70% from 255) = 18.51%
R=13.52%
G=67.97%
B=18.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38191520.8000.730.25125.4966.8144.9
Hex26BF3450049197d432d
Octal462776412001113117510355
Binary100110101111111101001010000010010011100111111011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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