#26F140

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

Shades of Lime Green #26F140

Tints of Lime Green #26F140

Color information

#26F140 (or 0x26F140) is unknown color: approx Lime Green. HEX triplet: 26, F1 and 40. RGB value is (38,241,64). Sum of RGB (Red+Green+Blue) = 38+241+64=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 241 (94.53% from 255 or 70.26% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 241 - color contains mainly: green. Hex color #26F140 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F140 is #D90EBF. Grayscale: #A0A0A0. Windows color (decimal): -14225088 or 4256038. OLE color: 4256038.

HSL color Cylindrical-coordinate representation of color #26F140: hue angle of 127.68º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F140 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB3824164-
CMYK0.8400.730.05
HSL127.68º87.88%54.71%-
HSV(B)127.68º84.23%94.51%-
XYZ33.1863.6915.4-
YUV160.1273.7540.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.08%
GREEN value IS 241 (94.53% from 255) = 70.26%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=11.08%
G=70.26%
B=18.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal38241640.8400.730.05127.6887.8854.71
Hex26F140540495805837
Octal463611001240111520013067
Binary100110111100011000000101010001001001101100000001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26F140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,241,64); }

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

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

 a { background-color: rgb(38,241,64); }

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

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

 span { border-color: rgb(38,241,64); }

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