#3DE548

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

Shades of Lime Green #3DE548

Tints of Lime Green #3DE548

Color information

#3DE548 (or 0x3DE548) is unknown color: approx Lime Green. HEX triplet: 3D, E5 and 48. RGB value is (61,229,72). Sum of RGB (Red+Green+Blue) = 61+229+72=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 229 (89.84% from 255 or 63.26% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 229 - color contains mainly: green. Hex color #3DE548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DE548 is #C21AB7. Grayscale: #A1A1A1. Windows color (decimal): -12720824 or 4777277. OLE color: 4777277.

HSL color Cylindrical-coordinate representation of color #3DE548: hue angle of 123.93º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE548 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB6122972-
CMYK0.7300.690.10
HSL123.93º76.36%56.86%-
HSV(B)123.93º73.36%89.8%-
XYZ31.1157.515.59-
YUV160.8777.8456.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.85%
GREEN value IS 229 (89.84% from 255) = 63.26%
BLUE value IS 72 (28.52% from 255) = 19.89%
R=16.85%
G=63.26%
B=19.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal61229720.7300.690.10123.9376.3656.86
Hex3DE54849045A7c4c39
Octal7534511011101051217411471
Binary111101111001011001000100100101000101101011111001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,229,72); }

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

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

 a { background-color: rgb(61,229,72); }

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

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

 span { border-color: rgb(61,229,72); }

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