#3DEE46

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

Shades of Lime Green #3DEE46

Tints of Lime Green #3DEE46

Color information

#3DEE46 (or 0x3DEE46) is unknown color: approx Lime Green. HEX triplet: 3D, EE and 46. RGB value is (61,238,70). Sum of RGB (Red+Green+Blue) = 61+238+70=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 238 (93.36% from 255 or 64.50% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEE46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEE46 is #C211B9. Grayscale: #A6A6A6. Windows color (decimal): -12718522 or 4648509. OLE color: 4648509.

HSL color Cylindrical-coordinate representation of color #3DEE46: hue angle of 123.05º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEE46 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB6123870-
CMYK0.7400.710.07
HSL123.05º83.89%58.63%-
HSV(B)123.05º74.37%93.33%-
XYZ33.662.5816.1-
YUV165.9273.8653.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.53%
GREEN value IS 238 (93.36% from 255) = 64.50%
BLUE value IS 70 (27.73% from 255) = 18.97%
R=16.53%
G=64.50%
B=18.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal61238700.7400.710.07123.0583.8958.63
Hex3DEE464A04777b543b
Octal753561061120107717312473
Binary11110111101110100011010010100100011111111110111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DEE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,238,70); }

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

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

 a { background-color: rgb(61,238,70); }

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

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

 span { border-color: rgb(61,238,70); }

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