#32EB26

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

Shades of Lime Green #32EB26

Tints of Lime Green #32EB26

Color information

#32EB26 (or 0x32EB26) is unknown color: approx Lime Green. HEX triplet: 32, EB and 26. RGB value is (50,235,38). Sum of RGB (Red+Green+Blue) = 50+235+38=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 235 (92.19% from 255 or 72.76% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 235 - color contains mainly: green. Hex color #32EB26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EB26 is #CD14D9. Grayscale: #9D9D9D. Windows color (decimal): -13440218 or 2550578. OLE color: 2550578.

HSL color Cylindrical-coordinate representation of color #32EB26: hue angle of 116.35º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32EB26 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB5023538-
CMYK0.7900.840.08
HSL116.35º83.12%53.53%-
HSV(B)116.35º83.83%92.16%-
XYZ31.3760.2311.81-
YUV157.2360.7151.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.48%
GREEN value IS 235 (92.19% from 255) = 72.76%
BLUE value IS 38 (15.23% from 255) = 11.76%
R=15.48%
G=72.76%
B=11.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal50235380.7900.840.08116.3583.1253.53
Hex32EB264F0548745336
Octal623534611701241016412366
Binary11001011101011100110100111101010100100011101001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32EB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32EB26; }

 p { color: rgb(50,235,38); }

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

<style>
 a { background-color: #32EB26; }

 a { background-color: rgb(50,235,38); }

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

<style>
 span { border-color: #32EB26; }

 span { border-color: rgb(50,235,38); }

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