#26F12A

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

Shades of Lime Green #26F12A

Tints of Lime Green #26F12A

Color information

#26F12A (or 0x26F12A) is unknown color: approx Lime Green. HEX triplet: 26, F1 and 2A. RGB value is (38,241,42). Sum of RGB (Red+Green+Blue) = 38+241+42=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 241 (94.53% from 255 or 75.08% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 241 - color contains mainly: green. Hex color #26F12A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F12A is #D90ED5. Grayscale: #9E9E9E. Windows color (decimal): -14225110 or 2814246. OLE color: 2814246.

HSL color Cylindrical-coordinate representation of color #26F12A: hue angle of 121.18º 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 #26F12A is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB3824142-
CMYK0.8400.830.05
HSL121.18º87.88%54.71%-
HSV(B)121.18º84.23%94.51%-
XYZ32.6763.4912.72-
YUV157.6262.7542.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.84%
GREEN value IS 241 (94.53% from 255) = 75.08%
BLUE value IS 42 (16.80% from 255) = 13.08%
R=11.84%
G=75.08%
B=13.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal38241420.8400.830.05121.1887.8854.71
Hex26F12A540535795837
Octal46361521240123517113067
Binary1001101111000110101010101000101001110111110011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26F12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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