#40EF33

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

Shades of Lime Green #40EF33

Tints of Lime Green #40EF33

Color information

#40EF33 (or 0x40EF33) is unknown color: approx Lime Green. HEX triplet: 40, EF and 33. RGB value is (64,239,51). Sum of RGB (Red+Green+Blue) = 64+239+51=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 239 (93.75% from 255 or 67.51% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 239 - color contains mainly: green. Hex color #40EF33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EF33 is #BF10CC. Grayscale: #A5A5A5. Windows color (decimal): -12521677 or 3403584. OLE color: 3403584.

HSL color Cylindrical-coordinate representation of color #40EF33: hue angle of 115.85º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40EF33 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB6423951-
CMYK0.7300.790.06
HSL115.85º85.45%56.86%-
HSV(B)115.85º78.66%93.73%-
XYZ33.5863.0613.53-
YUV165.2463.5255.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.08%
GREEN value IS 239 (93.75% from 255) = 67.51%
BLUE value IS 51 (20.31% from 255) = 14.41%
R=18.08%
G=67.51%
B=14.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal64239510.7300.790.06115.8585.4556.86
Hex40EF334904F6745539
Octal100357631110117616412571
Binary10000001110111111001110010010100111111011101001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40EF33; }

 p { color: rgb(64,239,51); }

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

<style>
 a { background-color: #40EF33; }

 a { background-color: rgb(64,239,51); }

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

<style>
 span { border-color: #40EF33; }

 span { border-color: rgb(64,239,51); }

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