#40ce30

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

Shades of Lime Green #40CE30

Tints of Lime Green #40CE30

Color information

#40CE30 (or 0x40CE30) is unknown color: approx Lime Green. HEX triplet: 40, CE and 30. RGB value is (64,206,48). Sum of RGB (Red+Green+Blue) = 64+206+48=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 206 (80.86% from 255 or 64.78% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CE30 is #BF31CF. Grayscale: #929292. Windows color (decimal): -12530128 or 3198528. OLE color: 3198528.

HSL color Cylindrical-coordinate representation of color #40CE30: hue angle of 113.92º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40CE30 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB6420648-
CMYK0.6900.770.19
HSL113.92º62.2%49.8%-
HSV(B)113.92º76.7%80.78%-
XYZ24.7245.4510.27-
YUV145.5372.9669.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 206 (80.86% from 255) = 64.78%
BLUE value IS 48 (19.14% from 255) = 15.09%
R=20.13%
G=64.78%
B=15.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal64206480.6900.770.19113.9262.249.8
Hex40CE304504D13723e32
Octal100316601050115231627662
Binary100000011001110110000100010101001101100111110010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ce30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,206,48); }

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

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

 a { background-color: rgb(64,206,48); }

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

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

 span { border-color: rgb(64,206,48); }

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