#26F53C

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

Shades of Lime Green #26F53C

Tints of Lime Green #26F53C

Color information

#26F53C (or 0x26F53C) is unknown color: approx Lime Green. HEX triplet: 26, F5 and 3C. RGB value is (38,245,60). Sum of RGB (Red+Green+Blue) = 38+245+60=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 245 (96.09% from 255 or 71.43% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 245 - color contains mainly: green. Hex color #26F53C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F53C is #D90AC3. Grayscale: #A2A2A2. Windows color (decimal): -14224068 or 3994918. OLE color: 3994918.

HSL color Cylindrical-coordinate representation of color #26F53C: hue angle of 126.38º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F53C is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB3824560-
CMYK0.8400.760.04
HSL126.38º91.19%55.49%-
HSV(B)126.38º84.49%96.08%-
XYZ34.2766.0415.22-
YUV162.0270.4239.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.08%
GREEN value IS 245 (96.09% from 255) = 71.43%
BLUE value IS 60 (23.83% from 255) = 17.49%
R=11.08%
G=71.43%
B=17.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal38245600.8400.760.04126.3891.1955.49
Hex26F53C5404C47e5b37
Octal46365741240114417613367
Binary1001101111010111110010101000100110010011111101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26F53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,245,60); }

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

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

 a { background-color: rgb(38,245,60); }

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

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

 span { border-color: rgb(38,245,60); }

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