#26BA35

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

Shades of Lime Green #26BA35

Tints of Lime Green #26BA35

Color information

#26BA35 (or 0x26BA35) is unknown color: approx Lime Green. HEX triplet: 26, BA and 35. RGB value is (38,186,53). Sum of RGB (Red+Green+Blue) = 38+186+53=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 186 (73.05% from 255 or 67.15% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BA35 is #D945CA. Grayscale: #7E7E7E. Windows color (decimal): -14239179 or 3521062. OLE color: 3521062.

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

Color convert

RGB3818653-
CMYK0.8000.720.27
HSL126.08º66.07%43.92%-
HSV(B)126.08º79.57%72.94%-
XYZ1935.799.27-
YUV126.5986.4764.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.72%
GREEN value IS 186 (73.05% from 255) = 67.15%
BLUE value IS 53 (21.09% from 255) = 19.13%
R=13.72%
G=67.15%
B=19.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal38186530.8000.720.27126.0866.0743.92
Hex26BA35500481B7e422c
Octal462726512001103317610254
Binary100110101110101101011010000010010001101111111101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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