#3DE940

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

Shades of Lime Green #3DE940

Tints of Lime Green #3DE940

Color information

#3DE940 (or 0x3DE940) is unknown color: approx Lime Green. HEX triplet: 3D, E9 and 40. RGB value is (61,233,64). Sum of RGB (Red+Green+Blue) = 61+233+64=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 233 (91.41% from 255 or 65.08% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 233 - color contains mainly: green. Hex color #3DE940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DE940 is #C216BF. Grayscale: #A2A2A2. Windows color (decimal): -12719808 or 4254013. OLE color: 4254013.

HSL color Cylindrical-coordinate representation of color #3DE940: hue angle of 121.05º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DE940 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB6123364-
CMYK0.7400.730.09
HSL121.05º79.63%57.65%-
HSV(B)121.05º73.82%91.37%-
XYZ31.9959.6414.68-
YUV162.3172.5255.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.04%
GREEN value IS 233 (91.41% from 255) = 65.08%
BLUE value IS 64 (25.39% from 255) = 17.88%
R=17.04%
G=65.08%
B=17.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal61233640.7400.730.09121.0579.6357.65
Hex3DE9404A049979503a
Octal7535110011201111117112072
Binary111101111010011000000100101001001001100111110011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DE940; }

 p { color: rgb(61,233,64); }

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

<style>
 a { background-color: #3DE940; }

 a { background-color: rgb(61,233,64); }

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

<style>
 span { border-color: #3DE940; }

 span { border-color: rgb(61,233,64); }

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