#26FB38

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

Shades of Lime Green #26FB38

Tints of Lime Green #26FB38

Color information

#26FB38 (or 0x26FB38) is unknown color: approx Lime Green. HEX triplet: 26, FB and 38. RGB value is (38,251,56). Sum of RGB (Red+Green+Blue) = 38+251+56=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 251 (98.44% from 255 or 72.75% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 251 - color contains mainly: green. Hex color #26FB38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26FB38 is #D904C7. Grayscale: #A5A5A5. Windows color (decimal): -14222536 or 3734310. OLE color: 3734310.

HSL color Cylindrical-coordinate representation of color #26FB38: hue angle of 125.07º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FB38 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB3825156-
CMYK0.8500.780.02
HSL125.07º96.38%56.67%-
HSV(B)125.07º84.86%98.43%-
XYZ36.0169.6915.3-
YUV165.0866.4337.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.01%
GREEN value IS 251 (98.44% from 255) = 72.75%
BLUE value IS 56 (22.27% from 255) = 16.23%
R=11.01%
G=72.75%
B=16.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal38251560.8500.780.02125.0796.3856.67
Hex26FB385504E27d6039
Octal46373701250116217514071
Binary100110111110111110001010101010011101011111011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26FB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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