#26BA27

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

Shades of Lime Green #26BA27

Tints of Lime Green #26BA27

Color information

#26BA27 (or 0x26BA27) is unknown color: approx Lime Green. HEX triplet: 26, BA and 27. RGB value is (38,186,39). Sum of RGB (Red+Green+Blue) = 38+186+39=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 186 (73.05% from 255 or 70.72% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BA27 is #D945D8. Grayscale: #7D7D7D. Windows color (decimal): -14239193 or 2603558. OLE color: 2603558.

HSL color Cylindrical-coordinate representation of color #26BA27: hue angle of 120.41º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BA27 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB3818639-
CMYK0.8000.790.27
HSL120.41º66.07%43.92%-
HSV(B)120.41º79.57%72.94%-
XYZ18.7235.687.82-
YUV124.9979.4765.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.45%
GREEN value IS 186 (73.05% from 255) = 70.72%
BLUE value IS 39 (15.62% from 255) = 14.83%
R=14.45%
G=70.72%
B=14.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal38186390.8000.790.27120.4166.0743.92
Hex26BA275004F1B78422c
Octal462724712001173317010254
Binary100110101110101001111010000010011111101111110001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,186,39); }

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

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

 a { background-color: rgb(38,186,39); }

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

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

 span { border-color: rgb(38,186,39); }

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