#3DE654

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

Shades of Lime Green #3DE654

Tints of Lime Green #3DE654

Color information

#3DE654 (or 0x3DE654) is unknown color: approx Lime Green. HEX triplet: 3D, E6 and 54. RGB value is (61,230,84). Sum of RGB (Red+Green+Blue) = 61+230+84=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 230 (90.23% from 255 or 61.33% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 230 - color contains mainly: green. Hex color #3DE654 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DE654 is #C219AB. Grayscale: #A3A3A3. Windows color (decimal): -12720556 or 5563965. OLE color: 5563965.

HSL color Cylindrical-coordinate representation of color #3DE654: hue angle of 128.17º degrees, saturation: 0.77, 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 #3DE654 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB6123084-
CMYK0.7300.630.10
HSL128.17º77.17%57.06%-
HSV(B)128.17º73.48%90.2%-
XYZ31.8258.2317.95-
YUV162.8283.5155.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.27%
GREEN value IS 230 (90.23% from 255) = 61.33%
BLUE value IS 84 (33.20% from 255) = 22.4%
R=16.27%
G=61.33%
B=22.4%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal61230840.7300.630.10128.1777.1757.06
Hex3DE6544903FA804d39
Octal753461241110771220011571
Binary111101111001101010100100100101111111010100000001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,230,84); }

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

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

 a { background-color: rgb(61,230,84); }

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

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

 span { border-color: rgb(61,230,84); }

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