#26BE38

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

Shades of Lime Green #26BE38

Tints of Lime Green #26BE38

Color information

#26BE38 (or 0x26BE38) is unknown color: approx Lime Green. HEX triplet: 26, BE and 38. RGB value is (38,190,56). Sum of RGB (Red+Green+Blue) = 38+190+56=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 190 (74.61% from 255 or 66.90% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 190 - color contains mainly: green. Hex color #26BE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BE38 is #D941C7. Grayscale: #818181. Windows color (decimal): -14238152 or 3718694. OLE color: 3718694.

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

Color convert

RGB3819056-
CMYK0.800.710.25
HSL127.11º66.67%44.71%-
HSV(B)127.11º80%74.51%-
XYZ19.9337.529.93-
YUV129.2886.6462.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.38%
GREEN value IS 190 (74.61% from 255) = 66.90%
BLUE value IS 56 (22.27% from 255) = 19.72%
R=13.38%
G=66.90%
B=19.72%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38190560.800.710.25127.1166.6744.71
Hex26BE3850047197f432d
Octal462767012001073117710355
Binary100110101111101110001010000010001111100111111111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,190,56); }

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

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

 a { background-color: rgb(38,190,56); }

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

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

 span { border-color: rgb(38,190,56); }

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