#3DE849

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

Shades of Lime Green #3DE849

Tints of Lime Green #3DE849

Color information

#3DE849 (or 0x3DE849) is unknown color: approx Lime Green. HEX triplet: 3D, E8 and 49. RGB value is (61,232,73). Sum of RGB (Red+Green+Blue) = 61+232+73=366 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.67% from 366); Green value is 232 (91.02% from 255 or 63.39% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 232 - color contains mainly: green. Hex color #3DE849 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DE849 is #C217B6. Grayscale: #A3A3A3. Windows color (decimal): -12720055 or 4843581. OLE color: 4843581.

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

Color convert

RGB6123273-
CMYK0.7400.690.09
HSL124.21º78.8%57.45%-
HSV(B)124.21º73.71%90.98%-
XYZ31.9859.1916.04-
YUV162.7477.3555.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.67%
GREEN value IS 232 (91.02% from 255) = 63.39%
BLUE value IS 73 (28.91% from 255) = 19.95%
R=16.67%
G=63.39%
B=19.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal61232730.7400.690.09124.2178.857.45
Hex3DE8494A04597c4f39
Octal7535011111201051117411771
Binary111101111010001001001100101001000101100111111001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,232,73); }

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

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

 a { background-color: rgb(61,232,73); }

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

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

 span { border-color: rgb(61,232,73); }

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