#26BF28

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

Shades of Lime Green #26BF28

Tints of Lime Green #26BF28

Color information

#26BF28 (or 0x26BF28) is unknown color: approx Lime Green. HEX triplet: 26, BF and 28. RGB value is (38,191,40). Sum of RGB (Red+Green+Blue) = 38+191+40=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 191 (75% from 255 or 71.00% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BF28 is #D940D7. Grayscale: #808080. Windows color (decimal): -14237912 or 2670374. OLE color: 2670374.

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

Color convert

RGB3819140-
CMYK0.8000.790.25
HSL120.78º66.81%44.9%-
HSV(B)120.78º80.1%74.9%-
XYZ19.8137.838.26-
YUV128.0478.3163.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.13%
GREEN value IS 191 (75% from 255) = 71.00%
BLUE value IS 40 (16.02% from 255) = 14.87%
R=14.13%
G=71.00%
B=14.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38191400.8000.790.25120.7866.8144.9
Hex26BF285004F1979432d
Octal462775012001173117110355
Binary100110101111111010001010000010011111100111110011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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