#3DE94A

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

Shades of Lime Green #3DE94A

Tints of Lime Green #3DE94A

Color information

#3DE94A (or 0x3DE94A) is unknown color: approx Lime Green. HEX triplet: 3D, E9 and 4A. RGB value is (61,233,74). Sum of RGB (Red+Green+Blue) = 61+233+74=368 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.58% from 368); Green value is 233 (91.41% from 255 or 63.32% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 233 - color contains mainly: green. Hex color #3DE94A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DE94A is #C216B5. Grayscale: #A3A3A3. Windows color (decimal): -12719798 or 4909373. OLE color: 4909373.

HSL color Cylindrical-coordinate representation of color #3DE94A: hue angle of 124.53º 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 #3DE94A is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB6123374-
CMYK0.7400.680.09
HSL124.53º79.63%57.65%-
HSV(B)124.53º73.82%91.37%-
XYZ32.359.7616.31-
YUV163.4577.5254.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.58%
GREEN value IS 233 (91.41% from 255) = 63.32%
BLUE value IS 74 (29.30% from 255) = 20.11%
R=16.58%
G=63.32%
B=20.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal61233740.7400.680.09124.5379.6357.65
Hex3DE94A4A04497d503a
Octal7535111211201041117512072
Binary111101111010011001010100101001000100100111111011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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